Now Decided to make a log on JavaScript after messing up a Job selection assessment.
JavaScript in itself is the most weird and “bad” language I’ve ever coded in, Its loosely typed and has many funky quirks that I absolutely don’t like or use often in my code. But these funky quirks or writing styles are needed for stuff like interviews or codebases that implement these methods of writing.
For the context of this Log or any other log tagged/linked to it, I will mention these as “QUIRKS” !
Now these quirks are pretty standard and are widely used in modern codebases and projects but I find them hard to read and maintain, maybe because I like more strict languages like C/C++. Now this whole thing is a personal preference so don’t get triggered if I say something is “bad”. I personally prefer to write things in a more “understandable” manner.
LETS DIVE IN, SHALL WE ?