Typeof
let x = 2;
let y = "hello";
let z = false;File Location
javascript-library
└── 0-PreWork
└── 1-Fundamentals
└── 1-Grammar-and-Types
└── 2-ControlFlow-and-ErrorHandling
└── 3-Loops
└── 4-Functions
└── 5-Expressions-and-Operators
01-assignment.js
02-comparision.js
03-ternary.js
04-typeof.js <----You will be working in this file.Practice
Last updated