© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Jiao
Software Engineer
Hey Mohit Kushwaha, Nice article! Only one small thing, there is a misspelling in the second code example:
// Function expression cosnt double = function(x){ return x*2; }
cosnt --> const.
Mohit Kushwaha
Web dev / Software Engineer Frontend at MaxIQ
Thanks Jiao for pointing it out