1. Vonage Learn
  2. It
  3. Courses
  4. Onehack
  5. Javascript
  6. Functions

Functions

Learn the fundamentals of the JavaScript programming language, and use it to make interactive web pages

function makeCheeseSandwich() {
   console.log('Get slice of brown bread');
   console.log('Put down a slice of cheese');
   console.log('Get slice of brown bread');
}

Need help? Have questions? Join the Vonage Developer Community Slack and use the channel #onehack.