RivoCode

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

JavaScript Fundamentals
Continue watching
JS

Continue learning

JavaScript Fundamentals

Variables and Data Types

0%
question-of-the-day.js
Easy

Famous interview question · #02

FizzBuzz

Print numbers 1 to 100, replacing multiples of 3 and 5 with Fizz and Buzz.

function fizzBuzz(n) {
  for (let i = 1; i <= n; i++) {
    // Your solution here
  }
}
One of the most commonly asked questions in technical interviews

Your Learning Path

View all
</>

HTML & CSS

Beginner

Not started · 25 lessons

Start course
JS

JavaScript

Beginner → Intermediate

Not started · 48 lessons

Start course

React

Intermediate

Not started · 26 lessons

Start course
Python

Python

Beginner

Not started · 36 lessons

Start course
C++

C++

Beginner

Not started · 24 lessons

Start course

Java

Beginner

Not started · 22 lessons

Start course

SQL

Beginner

Not started · 17 lessons

Start course
C#

C#

Beginner

Not started · 22 lessons

Start course