channelName and assign it string value
techTIME
myAge and fill it with numerical value
15
y
x = 12;
y = x;
console.log('The value in y is:',y)
Output:
The value in y is:
x = "Abrar Hussain";
y = x;
('My name is:',y)
Output:
My name is: Abrar Hussain
script.js file externally in
head
myAnswer
let myAnswer = true ;
Output
question
let question = 'false' ;
Output
employeeList
let employeeList = ['Mujtaba', 'Mohsin', 'Mehrab' , 'Manoj']
Output :
let name = "Abrar Hussain"