7 lines
No EOL
62 B
JavaScript
7 lines
No EOL
62 B
JavaScript
let user, admin;
|
|
|
|
user = "John";
|
|
|
|
admin = user;
|
|
|
|
alert(admin); |