JavaScript, Array, range, functional programing loop with break, syntactic/semantic of map.

Опубликовано: 30 Сентябрь 2024
на канале: Xah Lee
204
5

Topics talked:
• complexities of JavaScript array constructor. 〈JS: Array Constructor〉 [ http://xahlee.info/js/js_array_constr... ]
• no builtin range function in JavaScript. 〈JS: Range Function for Array〉 [ http://xahlee.info/js/javascript_rang... ]
• 〈Emacs: Run Current File〉 [ http://ergoemacs.org/emacs/elisp_run_... ]
• functional programing style of foreach with break. 〈JS: Array.prototype.every〉 [ http://xahlee.info/js/js_array_every.... ]
• 〈Programing Language: Syntactic and Semantic Difference of Map Function〉 [ http://xahlee.info/comp/syntactic_sem... ]
• thanks for “hello beautiful people”. His solution to JavaScript range is actually faster.