Wanna try and play around with `Object.groupBy()`, which is new pretty in #JavaScript go to
https://jskatas.org/katas/es15/language/object-api/groupBy/ 🚀
Wanna try and play around with `Object.groupBy()`, which is new pretty in #JavaScript go to
https://jskatas.org/katas/es15/language/object-api/groupBy/ 🚀
The #jskata for this is in the making.
Get ahead by learning all the other 132 katas on https://jskatas.org
Also inspired by our last night's #jslang #meetup I built a #JSKata for you all to practice #JavaScript Proxy a bit.
The basics:
A new #jskata for learning #JavaScript in depth.
I just released: "The Object() constructor called as a function."
And there are things to learn, even though I do #JS for many years already.
Have fun: https://jskatas.org/katas/es1/language/object-api/constructor/?source=mastodon
Interesting, `array.shift()` was introduced in ECMAScript 3 [1] in 1999, see chapter 15.4.4.9. At least it's not part of the v2 spec [2] from 1998. In v2 the last chapter in 15.4.4 is 15.4.4.5.
Expect a #jskata on `array.shift()` to come soon.
[1] https://www.ecma-international.org/wp-content/uploads/ECMA-262_3rd_edition_december_1999.pdf
[2] https://www.ecma-international.org/wp-content/uploads/ECMA-262_2nd_edition_august_1998.pdf
As usual, when starting a new #jskata it starts out with one tiny thing and becomes five katas.
Three of them are done and will be online soon.
This time its all about bitwise shift operators. And I feel I just scratched the surface.