scrimba
Yet Another Programming Course
011 - Functions (Part 1)
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

011 - Functions (Part 1)
AboutCommentsNotes
011 - Functions (Part 1)
Expand for more info
index.js
run
preview
console
// Javascript

function speak() {
console.log("Hello from Javascript!");
}
Console
/index.html
-13:53