Update variable.js

pull/511/head
Bread 3 years ago committed by GitHub
parent e2587d1e6d
commit 891e9946d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save