5 lines
No EOL
47 B
JavaScript
5 lines
No EOL
47 B
JavaScript
let user, admin;
|
|
|
|
user = "John";
|
|
|
|
admin = user; |