Section 1 - Instruction

You've learned about floats, booleans, and comparison operators. Now let's practice combining these concepts together.

Engagement Message

Ready to strengthen your JavaScript foundations?

Section 2 - Practice

Type

Fill In The Blanks

Markdown With Blanks

Let's work with mixed number types. Fill in the blanks to calculate a student's final grade and check if they passed.

Suggested Answers

  • 77.0
  • =

  • <=
  • passed
Section 3 - Practice

Type

Multiple Choice

Practice Question

Which of these JavaScript expressions will result in the boolean value true?

A. 3.14 === 3 B. 15.0 >= 15 C. 10.5 < 10 D. 8.99 !== 8.99

Suggested Answers

  • A
  • B - Correct
  • C
  • D
Section 4 - Practice

Type

Sort Into Boxes

Practice Question

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal