Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 137 Bytes

File metadata and controls

10 lines (8 loc) · 137 Bytes

hello-world

  • this is a basic project

this is a hello-world function

function helloWorld() {
  console.log("Hello World");
}