Introduction to JavaScript and Velo
Get started with JavaScript basics to use in your Wix sites.
StartKey Concepts
Review core concepts you need to learn to master this subject
console.log()
console.log()
console.log('Hi there!');
// Prints: Hi there!
The console.log()
method is used to log or print messages to the console. It can also be used to print objects and other info.
Introduction to JavaScript
Lesson 1 of 2
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory