Code coach | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Code coach

This one is in js!! Help me out https://code.sololearn.com/cBZTVrCLJqf2/?ref=app

12th Sep 2022, 3:12 PM
Emmanuel Pena
4 Answers
+ 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
12th Sep 2022, 4:27 PM
Jayakrishna 🇮🇳
+ 3
Hi Just add right curly bracket at the end of your code. }
12th Sep 2022, 3:20 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 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
12th Sep 2022, 3:32 PM
Ipang
+ 1
Comparison operators
12th Sep 2022, 3:35 PM
Emmanuel Pena