Skip to content

A concise collection of core JavaScript concepts including variables, data types, conditionals, loops, functions, callbacks, hoisting, objects, and arrays — with clear examples for quick learning and revision.

Notifications You must be signed in to change notification settings

Priyansu22382/Javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a comprehensive collection of JavaScript fundamentals and key concepts — perfect for beginners and those revisiting the core building blocks of the language. Each topic is explained with simple, readable code examples to reinforce understanding.

Topics Covered: ✅ Variables & Data Types

✅ Conditional Statements (if-else, switch)

✅ Loops (for, while, do-while)

✅ Functions & Callback Functions

✅ Objects & Arrays

✅ Scope & Hoisting

✅ Basic DOM and more...