#javascript
Read more stories on Hashnode
Articles with this tag
Brendan Eich, the creator of JavaScript, was given the task by Netscape Communications Corporation in 1995 to create a scripting language for their...
In JavaScript, the trim() method is a built-in method for strings that removes whitespace from both ends of a string. Whitespace includes spaces,...
Yesterday, I broke up with my gf and to avoid loneliness I started doing what I usually do, coding. But my mind was not at peace, suddenly I thought...
Hey there, today I was thinking what could be my lucky number and unfortunately I was unable to figure it out on myself, so I thought why not take...
Detecting Dark Mode in JavaScript involves checking the user's preferred color scheme. For this we'll use the window.matchMedia method to achieve...
Hi guys, today I was solving some aptitude problems and suddenly an idea struck to my mind, why not create programs that'll solve aptitude problems....