rsschool-cv

Ilja Muskin

Contacts

const names = [“Alice”, “John”, “Charlie”, “Diana”]; const randomName = names[getRandomInt(names.length)];

console.log(Hello, ${randomName}!);

const now = new Date(); console.log(Current time is: ${now.toLocaleTimeString()}); ```

Education