+ 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
9 ответов
+ 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 :(
+ 2
My console shows a mistake in line 14
+ 2
It is html, css and poor js, no framework used.
+ 1
It is the new syntax of ES7, it just doesn’t recognize it, but it works
+ 1
Hello, nice game!! What I need to learn to do so? :(
+ 1
Uncaught SyntaxError: Unexpected token )
Line: 16
+ 1
Jimmy Rey Lowland I don’t get any errors on my 3 devices, what device do you use ?
0
I'm using samsung s5
0
My console shows mistakes in lines 17 and 35 :(