On another note, the past year has been eventful for me. · Hola! This is Greeshma, a tech girl from the next door, who is learning to grow in this big...
Here are 10 String methods one should learn as a beginner in JavaScript: no strings attached · Strings are a data type in JavaScript (written within...
Ever opened a Document on your PC late and night, and felt like you were blind for a minute straight? 😣 If you are a dark mode lover like me, you...
Maps are little heard of Data Structure in JavaScript. They were introduced in ES2015. Maps are similar to Objects but have some differences, let's...
Modern Data structures in JavaScript · Sets are a type of collection consisting of unique values. They were introduced in ES6+. Syntax Let's first see it...
Setup your contact form using Form Submit · Through this article you'll learn how to set up a simple Contact Form with no backend, that is using Form...