Skip to content

Instantly share code, notes, and snippets.

@compwron
Created February 16, 2022 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save compwron/6bf41e5605df432c00869eb6bd6d2211 to your computer and use it in GitHub Desktop.
Save compwron/6bf41e5605df432c00869eb6bd6d2211 to your computer and use it in GitHub Desktop.
skillz for tiny taste
1 + 1
console.log("hello")
myFunctionName = () => {console.log("hi")}
myFunctionName()
myFunctionName2 = (x) { return x + 1 }
myFunctionName2(100)
document.body.style.backgroundColor = "red"
window.location.href
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment