Variables Demo

Learn about let, var, and const with interactive examples. Understand variable scope and hoisting.

Try Variables Demo

If-Else Conditions

Interactive examples of if, else if, and else statements. Learn how to make decisions in code.

Try Conditions Demo

Switch Cases

Learn when and how to use switch statements for multiple conditions. Compare with if-else.

Try Switch Demo

For Loops

Different types of loops with visual examples. Includes for, while, and forEach.

Try Loops Demo

Query Selector

Find and manipulate HTML elements using modern querySelector methods.

Try Selectors Demo

Arrays

Work with arrays: adding, removing, and transforming data with methods like map and filter.

Try Arrays Demo

Objects

Create and work with JavaScript objects. Learn about properties and methods.

Try Objects Demo

Bulb Demo

Interactive light bulb demo combining DOM manipulation and events.

Try Bulb Demo

Design and developed by Yogesh Suryawanshi