JS

JavaScript Fundamentals 2 - Syntax for an assignme...

23.

Which of the following is the correct syntax for an assignment expression in JavaScript?

5 = x;

x = 5;

x == 5;

x === 5;