KEMBAR78
Javascript Roadmap - The Basics | PDF
Codecademy JU Chapter
JAVASCRIPT
The Basics
Let's get to know
each other through
a small activity!
Introduce
Yourself in
this Format
Your
interests
Your name
Your skills
Announcements
Meet The core team
Core Team Member
Poojitha Mantena
Core Team Member
Nitish Patel
Core Team Member
Girish
New Discord Community
https://discord.gg/hX9yH47zX6
Codecademy JU Chapter
JAVASCRIPT
The Basics
SCOPE OF
JAVASCRIPT
JavaScript is the language of the Web
JavaScript, including CoffeeScript and Microsoft's TypeScript, is by far the most popular language, with 12.4
million developers using it worldwide.
Build User Interfaces
Build REST API and Servers
Mobile application development
Desktop applications
Visit
http://johnny-five.io/
JavaScript is everywhere
HISTORY OF
JAVASCRIPT
Browser wars
JAVASCRIPT
101
1
2
3
4
5
Topics Variables
Data types
Control Flow
Operators
Functions
Variables
A JavaScript variable is the name of a storage
location
Variables can be considered as containers
JavaScript is a loosely typed language
You don't have to specify the type of data you
are going to store in your variable
Data types 1. Number
2. Boolean
3. String
4. Object
5. Undefined
6. Null
Operators
Operators are symbols we use for performing
arithematic operations, assign values, compare
values, etc.
Control flow
Loops
for
while
do while
Conditionals
if
else
switch
Functions
A JavaScript function is a block of code designed
to perform a particular task.
A JavaScript function is executed when
"something" invokes it (calls it).
alert() function
Functions
Basic JavaScript functions
prompt() function
confirm() function
Announcements
New Discord Community
https://discord.gg/hX9yH47zX6
JavaScript Channel
Hackerrank
https://www.hackerrank.com/domains/tutorials/10-days-of-javascript
JavaScript Challenge
Codecademy JU Community
https://community.codecademy.com/jain-university-ju/
Show your support
Thank you for participating, and I hope you
had fun getting to know about the JavaScript basics.

Javascript Roadmap - The Basics