© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Gideon Idoko
Software Engineer
JavaScript is one of the most widely used technologies in the engineering world as it is very efficient, and great for building fast, high-performing applications. Despite the awesomeness of JavaScript, the language has some tricky parts, one of whic...
share something
console.log(Math.min() > Math.min()) // outputs false console.log(Math.min() > Math.max()) // outputs true
Josias Aurel
Developer
Very instructive article. Thanks for this
Tantoluwa Heritage Alabi NB
Technical Writer
This is so insightful, thank you for sharing
I'm happy it is. Thanks Heritage.
Rahul
hustling
Cool Article
Thanks Rahul.
Victoria Lo
A nerd in books, tea, games and software.
Nice and helpful article! :) Thanks!
I'm glad you found it helpful Victoria.
Saul Blanco Tejero
Nice post :D, congratulations!
JS sometimes can be really weird haha.
There is a typo in the 10th section, in the code snippets:
let func = function() { return { a: 1 } )(); // <- }();
Corrected. Thanks for pointing it out.
share something
console.log(Math.min() > Math.min()) // outputs false console.log(Math.min() > Math.max()) // outputs true