Welcome back
Good afternoon.
“Learning never exhausts the mind.”
— Leonardo da Vinci
learning-consoleONLINE
session.initialize({ track: "developer" })
next_module: javascript-fundamentals
status: ready to build
Weekly output
0 hrs
System
Ready
Jump in
Pick a language and make progress.
script.js
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("RivoCode"));
// Hello, RivoCode!Try it Yourself »+2 this week
0
Day streak
0
Hours learned
+9 this week
0
Problems solved
0
Projects
question-of-the-day.js
Easy