Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

I got stuck in lesson 8 (level 4 ternary operator)

i am solving correctly but i am unable to submit it

LEVEL 4 > LESSON 8
Ternary Operator

Here is my answer :-
 let x =10;
let y=1;
let z;
z = (x>y)?x:y;
console.log('' z is :'' + z);
by

1 Answer

iamabhishek
Can you please share the level number?

Login / Signup to Answer the Question.