認真想要訓練自己的邏輯及英文,以此作為題目探討是觀念或邏輯問題,大概類似 30seconde of code的想法,https://www.30secondsofcode.org/ ,雖然原文是30秒,但吸收加上輸入絕對不止30秒,
能以觀念重整還有自我分析題目,做為出發。白話來說就是類似讀文章的心得筆記
allEqual Check if all elements in an array are equal. Use Array.prototype.ever...
tomorrow Results in a string representation of tomorrow's date. Use new Date()...
runPromisesInSeries Runs an array of promises in series. Use Array.prototype.re...
What is the difference between JavaScript's for...in, for...of ? for...in vs for...
capitalize Use array destructuring and String.prototype.toUpperCase() to capita...
randomHexColorCode Generates a random hexadecimal color code. Use Math.random t...
httpGet Makes a GET request to the passed URL. Use XMLHttpRequest web api to ma...
chainAsync Chains asynchronous functions. Loop through an array of functions co...
matches Compares two objects to determine if the first one contains equivalent...
deepClone Creates a deep clone of an object. Clones primitives, arrays and obje...