Update variable.js

pull/534/head
Ashu Baghel 3 years ago committed by GitHub
parent 4664e8c66d
commit ee317be4a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,4 +14,4 @@ const PI = 3.14; // geometrical constant
// Variables can also be declaring in one line separated by comma
let name = "Ashu", //name of a person
job = "teacher",
live = "India"; 'Finland'
live = "India";

Loading…
Cancel
Save