iT邦幫忙

鐵人檔案

第 12 屆 iThome 鐵人賽
回列表
自我挑戰組

利用30分鐘~想一個前端問題 系列


認真想要訓練自己的邏輯及英文,以此作為題目探討是觀念或邏輯問題,大概類似 30seconde of code的想法,https://www.30secondsofcode.org/ ,雖然原文是30秒,但吸收加上輸入絕對不止30秒,
能以觀念重整還有自我分析題目,做為出發。白話來說就是類似讀文章的心得筆記

鐵人鍊成 | 共 30 篇文章 | 12 人訂閱 訂閱系列文 RSS系列文 團隊Kotlin 鐵人陣
DAY 1

利用30分鐘~想一個前端問題 [Day1]-前言

前言: 認真想要訓練自己的邏輯及英文,以此作為題目探討是觀念或邏輯問題,大概類似 30seconde of code的想法,https://www.30seco...

2020-09-10 ‧ 由 yolala 分享
DAY 2

利用30分鐘~想一個前端問題 [Day2] - difference

Returns the difference between two arrays. Create a Set from b, then use Array....

2020-09-11 ‧ 由 yolala 分享
DAY 3

利用30分鐘~想一個前端問題 [Day3] - includesAll

includesAll Returns true if all the elements in values are included in arr, fals...

2020-09-12 ‧ 由 yolala 分享
DAY 4

利用30分鐘~想一個前端問題 [Day4]--longestItem

Takes any number of iterable objects or objects with a length property and r...

2020-09-13 ‧ 由 yolala 分享
DAY 5

利用30分鐘~想一個前端問題 Day5-omit

Omits the key-value pairs corresponding to the given keys from an object. Use Ob...

2020-09-14 ‧ 由 yolala 分享
DAY 6

利用30分鐘~想一個前端問題 Day6-average

average Returns the average of two or more numbers. Use Array.prototype.reduce()...

2020-09-15 ‧ 由 yolala 分享
DAY 7

利用30分鐘~想一個前端問題 Day7--isValidJSON

isValidJSON Checks if the provided string is a valid JSON. Use JSON.parse() and...

2020-09-16 ‧ 由 yolala 分享
DAY 8

利用30分鐘~想一個前端問題 Day8-4 JavaScript Array methods you must know

4 JavaScript Array methods you must know 4個 常常會用的陣列方法 Array.prototype.map() Arr...

2020-09-17 ‧ 由 yolala 分享
DAY 9

利用30分鐘~想一個前端問題 Day9--[both]

Returns true if both functions return true for a given set of arguments, false...

2020-09-18 ‧ 由 yolala 分享
DAY 10

利用30分鐘~想一個前端問題 Day10--maxDate

maxDate Returns the maximum of the given dates. Use the ES6 spread syntax with M...

2020-09-19 ‧ 由 yolala 分享