Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 299 Bytes

File metadata and controls

12 lines (7 loc) · 299 Bytes

In the code below, each line corresponds to the item in the task list.

let admin, name; // ഒരേസമയം രണ്ട് വേരിയബിളുകൾ പ്രഖ്യാപിക്കാൻ കഴിയും

name = "John";

admin = name;

alert( admin ); // "John"