0% found this document useful (0 votes)
2 views2 pages

JavaScript Internship Training Days 1 To 5

The document outlines a five-day training roadmap for a JavaScript internship, covering essential topics such as the introduction to JavaScript, variables, conditional statements, loops, and functions. Each day includes theoretical concepts and hands-on tasks to reinforce learning. The training aims to equip interns with foundational JavaScript skills necessary for web development.

Uploaded by

dukersdrift
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

JavaScript Internship Training Days 1 To 5

The document outlines a five-day training roadmap for a JavaScript internship, covering essential topics such as the introduction to JavaScript, variables, conditional statements, loops, and functions. Each day includes theoretical concepts and hands-on tasks to reinforce learning. The training aims to equip interns with foundational JavaScript skills necessary for web development.

Uploaded by

dukersdrift
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

JavaScript Internship Training – Day-

wise Roadmap & Content


Day 1: Introduction to JavaScript
 • What is JavaScript?
 • History of JavaScript
 • Why JavaScript is Important in Web Development
 • JavaScript vs HTML/CSS
 • How JavaScript Runs in the Browser
 • Ways to Add JavaScript to HTML (inline, internal, external)
 • Using console.log() and Developer Tools
 • Hands-On Task: Create an HTML file with console.log

Day 2: Variables, Data Types, and Operators


 • Introduction to Variables
 • let, const, and var
 • Primitive Data Types (String, Number, Boolean, Null, Undefined)
 • Reference Types (Array, Object, Function)
 • Using typeof Operator
 • Arithmetic, Comparison, Assignment, Logical Operators
 • Hands-On Task: Declare variables, check types, perform operations

Day 3: Conditional Statements


 • What are Conditional Statements
 • if Statement
 • if...else Statement
 • if...else if...else Ladder
 • switch Statement
 • Comparison Operators Recap
 • Hands-On Task: Age checker, grade system, switch for day names

Day 4: Loops in JavaScript


 • What are Loops?
 • for Loop
 • while Loop
 • do...while Loop
 • break and continue
 • Looping through numbers and strings
 • Hands-On Task: Print patterns, reverse string, loop practice

Day 5: Functions
 • What is a Function?
 • Function Declaration and Expression
 • Function Parameters and Return Values
 • Arrow Functions
 • Scope and Hoisting
 • Hands-On Task: Create calculator functions

You might also like