Country Recognizing game test | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Country Recognizing game test

I wrote a game: country finder ). Please help me find out bugs and make it better. First thing I don’t know how to solve - mobile keyboard covers the screen :( . I can solve it by touching the letters, but it’ll be bad for pc-s, any suggestions ? https://code.sololearn.com/Wb7NApdNl761/?ref=app

11th Nov 2018, 9:50 PM
Sokrat_Poghosyan
Sokrat_Poghosyan - avatar
9 Answers
+ 4
Jimmy I found the problem, old androids can’t read the new syntax of ES6+ (const f = () => {}). All my code in ES6+, so my code doesn’t support old androids, sorry :(
16th Nov 2018, 11:39 PM
Sokrat_Poghosyan
Sokrat_Poghosyan - avatar
+ 2
My console shows a mistake in line 14
12th Nov 2018, 1:42 PM
Russia
Russia - avatar
+ 2
It is html, css and poor js, no framework used.
14th Nov 2018, 7:25 PM
Sokrat_Poghosyan
Sokrat_Poghosyan - avatar
+ 1
It is the new syntax of ES7, it just doesn’t recognize it, but it works
12th Nov 2018, 1:44 PM
Sokrat_Poghosyan
Sokrat_Poghosyan - avatar
+ 1
Hello, nice game!! What I need to learn to do so? :(
14th Nov 2018, 7:00 PM
Antonio Banderas
Antonio Banderas - avatar
+ 1
Uncaught SyntaxError: Unexpected token ) Line: 16
16th Nov 2018, 10:38 PM
Jimmy
Jimmy - avatar
+ 1
Jimmy Rey Lowland I don’t get any errors on my 3 devices, what device do you use ?
16th Nov 2018, 10:41 PM
Sokrat_Poghosyan
Sokrat_Poghosyan - avatar
0
I'm using samsung s5
16th Nov 2018, 10:59 PM
Jimmy
Jimmy - avatar
0
My console shows mistakes in lines 17 and 35 :(
1st May 2019, 2:49 PM
Ambar Rivera
Ambar Rivera - avatar