concoctAlert

PHOTO EMBED

Sun Jan 28 2024 13:41:04 GMT+0000 (Coordinated Universal Time)

Saved by @gschultz0301

let message = "Hello ";
let name = "george";
alert(message + "there " + name);
content_copyCOPY