How we built it
I used JavaScript function.
Accomplishments that we're proud of
Hello World! is displayed
What's next for Hello World!
SOLUTION
function helloWorld(str){ str = "Hello World!" return str }
console.log(helloWorld())
It’s Day 1 of beginners' GLOBAL HACK WEEK
I used JavaScript function.
Hello World! is displayed
function helloWorld(str){ str = "Hello World!" return str }
console.log(helloWorld())
Log in or sign up for Devpost to join the conversation.