認真想要訓練自己的邏輯及英文,以此作為題目探討是觀念或邏輯問題,大概類似 30seconde of code的想法,https://www.30secondsofcode.org/ ,雖然原文是30秒,但吸收加上輸入絕對不止30秒,
能以觀念重整還有自我分析題目,做為出發。白話來說就是類似讀文章的心得筆記
nthElement Returns the nth element of an array. Use Array.prototype.slice() to...
objectToPairs Creates an array of key-value pair arrays from an object. Use Obje...
shuffle Randomizes the order of the values of an array, returning a new array....
sleep Delays the execution of an asynchronous function. Delay executing part of...
dig Returns the target value in a nested Use the in operator to check if target...
similarity Returns an array of elements that appear in both arrays. Use Array.p...
show Shows all the elements specified. Use the spread operator (...) and Array....
pull Mutates the original array to filter out the values specified. Use Array.p...
arrayToCSV Converts a 2D array to a comma-separated values (CSV) string. Use Ar...
orderBy Returns a sorted array of objects ordered by properties and orders. Use...