I was working on a problem on Codewars.com and I stumbled upon an interesting solution on StackOverflow. Someone was asking how to reverse an array WITHOUT using .reverse(). Here is one solution someone wrote: let reverse=a=>[...a].map(a.pop,a) I... (more…)
Read more »
Currying can give you a deeper understanding to JavaScript. Let’s see how it can be done with arrow functions! (more…)
Read more »
I may be one of the last people you would expect to write an essay criticizing JavaScript, but here we are.
Two of my primary areas of… (more…)
Read more »
Making a tiny oldschool music composer inspired by RTTTL and Nokia Composer... (more…)
Read more »
Except as otherwise noted, any code samples from the V8 project are licensed under V8’s BSD-style license. Other content on this page is licensed under the Creative Commons Attribution 3.0 License. For details, see our site policies. (more…)
Read more »