MiguelMJ
MiguelMJ's Blog

MiguelMJ's Blog

Follow
Follow
homenewsletter
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

When numbers don't make sense

Mar 9, 20235 min read

No longer tautologies ยท Introduction Most of the time, basic arithmetic is pretty simple and intuitive. Even working with powers and roots isn't that...

When numbers don't make sense

JavaScript is not an untyped language

Jun 24, 20226 min read

JavaScript's popularity At the time of writing this post (Jun 2022), JavaScript is #3 in the PYPL index, only beaten by Java and Python in popularity....

JavaScript is not an untyped language

Take full advantage of high order functions - Examples in Javascript

Jun 22, 20215 min read

Functions are more than just a way to avoid repetition in your code. The powerful concepts of functions as objects that can be manipulated and altered...

Take full advantage of high order functions - Examples in Javascript