Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Runs every 24 min
1
2
3
4
5
6
7
function x() {
console.log("Welcome to CS1200!");
}
console.log("Hello there!");
x();
console.log(x() + " Hello!");
November 25, 2023