Find the errors in the following codes:
You have to predict the errors/warnings yourself without running/executing the code.
I.
let 1age = 5; let 2age = 10;II.
let marks = 75; let isPass = True;III.
let isPass = 'true';
V.Vidhya
Find the errors in the following codes:
You have to predict the errors/warnings yourself without running/executing the code.
let 1age = 5;
let 2age = 10;let marks = 75;
let isPass = True;let isPass = 'true';