// Fri, Jan 16th, 2026

search notifications

Recursive Minds

Learn. Share. Recurse.

WEB DEVELOPMENT

// Browse all posts in Web Development

while and do while loops
WEB_DEVELOPMENT

while and do-while in JavaScript

while and do-while loops are also used to repeat block of code in Javascript. If you want to execute a...

📅 Dec 22, 2022 ✏️ Amit Kumar
for loop in JavaScript
WEB_DEVELOPMENT

for loop in JavaScript

for loop in JavaScript is used to repeat a block of code. For example, if you want to display a message...

📅 Dec 19, 2022 ✏️ Amit Kumar
Conditionals in JavaScript
WEB_DEVELOPMENT

JavaScript Conditionals

JavaScript Conditionals are statements that control behavior in JavaScript and determine whether code snippets can be executed or not. There are several types of conditionals in JavaScript,...

📅 Dec 17, 2022 ✏️ Amit Kumar
Operators in JavaScript
WEB_DEVELOPMENT

Operators in JavaScript

Operators in JavaScript are special symbols used to perform operations over operands (Values and Variables). Example: // Example of operator...

📅 Dec 15, 2022 ✏️ Amit Kumar
Data Types in JavaScript
WEB_DEVELOPMENT

JavaScript Data Types

JavaScript Data Types: JavaScript provides different data types to hold different kinds of values. There are two kinds of data types in JavaScript....

📅 Dec 13, 2022 ✏️ Amit Kumar
Let var const in Javascript
WEB_DEVELOPMENT

Let var const in JavaScript

Let var const are keywords of javascript used to declare variables. let’s discuss them one by one below Var Prior...

📅 Dec 4, 2022 ✏️ Amit Kumar
Variables in JavaScript
WEB_DEVELOPMENT

Variable in JavaScript

Variable in JavaScript is a container. Just as we follow some rules when speaking English (grammar), we must follow some...

📅 Nov 25, 2022 ✏️ Amit Kumar
Introduction to JavaScript
WEB_DEVELOPMENT

Introduction to JavaScript

Introduction to JavaScript JavaScript is a lightweight object-orientated programming language utilized by numerous websites for scripting webpages. It is an...

📅 Nov 13, 2022 ✏️ Amit Kumar
WEB_DEVELOPMENT

10 Basic JavaScript Interview Questions

Q1. What is JavaScript? JavaScript is the most popular web programming language. JavaScript is a lightweight, interpreted programming language with...

📅 Oct 20, 2022 ✏️ Amit Kumar