Please login to start chat

ICT Solutions 2020-03-20 16:20:00
Category : JavaScript Tutorials

JavaScript Syntax

//There is a difference between const and let & var.
//We can not use const like let and var.
//For example

const a = 9;
const b = 8;
const c = a * b;
document.write(c);

//we must use const keyword like this
Please look at the following video.

Comments:

No comment to show.

Available Services
Download Android Application