Skip to content

Instantly share code, notes, and snippets.

@joannapurosto
Created November 20, 2023 12:59
Show Gist options
  • Save joannapurosto/56fcc5f9dc030ce813b59ef14c86ac22 to your computer and use it in GitHub Desktop.
Save joannapurosto/56fcc5f9dc030ce813b59ef14c86ac22 to your computer and use it in GitHub Desktop.
brightly-test.js
let x, y;
x = 5;
y = 6;
document.getElementById("demo").innerHTML = "The value of y is " + y + ".";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment