0
Code coach
This one is in js!! Help me out https://code.sololearn.com/cBZTVrCLJqf2/?ref=app
4 Antworten
+ 4
Close the function by adding } at end
And use >= , instead of <=
edit: Ipang 9.2 in js. thats a lesson name.
Emmanuel Pena ** age must be 18 or greater
+ 3
Hi Just add right curly bracket at the end of your code. }
+ 3
Which coach task is it? remember you *must* only output what was required in the task. And if it says you work with input, then you must read the input rather than using a hardcoded value.
(Edit)
It was not a coach task, it's from a lesson
+ 1
Comparison operators