#backend
Read more stories on Hashnode
Articles with this tag
What are arrays? Arrays are the collection of elements that can hold various datatypes like numbers, string, objects. They provide a powerful way to...
What is a string? In programming language, a string is a collection of alphabets like "mohit" is a string and It is the one of the fundamental data...
What are Functions ? • Functions are the fundamental building block for structuring and executing code in JavaScript applications. • Functions allows...
What is a loop? Loops are a sequence of instructions that is continually repeated until a certain condition is reached. In short, they are used to do...
Meaning Conditional statements allow you to execute specific blocks of code based on conditions. If the condition meets then a particular block of...
What are Objects? Versatile and powerful Collection of key and value pairs Key and ValueKeys are unique identifiers also known as property name...