iT邦幫忙

鐵人檔案

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

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


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

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

利用30分鐘~想一個前端問題 Day11-nthElement

nthElement Returns the nth element of an array. Use Array.prototype.slice() to...

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

利用30分鐘~想一個前端問題 Day12-objectToPairs

objectToPairs Creates an array of key-value pair arrays from an object. Use Obje...

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

利用30分鐘~想一個前端問題 Day13-shuffle

shuffle Randomizes the order of the values of an array, returning a new array....

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

利用30分鐘~想一個前端問題 Day14--sleep

sleep Delays the execution of an asynchronous function. Delay executing part of...

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

利用30分鐘~想一個前端問題 Day15-dig

dig Returns the target value in a nested Use the in operator to check if target...

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

利用30分鐘~想一個前端問題 Day16-similarity

similarity Returns an array of elements that appear in both arrays. Use Array.p...

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

利用30分鐘~想一個前端問題 Day17--show

show Shows all the elements specified. Use the spread operator (...) and Array....

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

利用30分鐘~想一個前端問題 Day18-pull

pull Mutates the original array to filter out the values specified. Use Array.p...

2020-09-27 ‧ 由 yolala 分享
DAY 19

利用30分鐘~想一個前端問題 Day19-arrayToCSV

arrayToCSV Converts a 2D array to a comma-separated values (CSV) string. Use Ar...

2020-09-28 ‧ 由 yolala 分享
DAY 20

利用30分鐘~想一個前端問題 Day20-orderBy

orderBy Returns a sorted array of objects ordered by properties and orders. Use...

2020-09-29 ‧ 由 yolala 分享