#beginners
Read more stories on Hashnode
Articles with this tag
An object is a data structure that holds key-value pairs 🗝, where each key is a unique identifier (property name) and each value can be of any data...
Functions and their types · Introduction: To perform any action we used to write the same block of code again and again. But Function came into...
Introduction Arrays are used to store multiple values in a single variable. They are declared as: let variable_name =[1,2,3,'hello'];...
You may have seen Login pages and registration forms on various websites. And you may have wondered how these forms and pages collect data from users....