about | help | code help+videos | done | prefs |
Controllare che tutte le stringhe di un array di comandi finiscano con il carattere punto e virgola, senza considerare eventuali stringhe di lunghezza 0. checkTerminator(["let a=10", "let b=20;"]) → false checkTerminator(["let a=10;", "let b=20;"]) → true checkTerminator(["", "", "", "let a=10;", "let b=20;"]) → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 250
Copyright Nick Parlante 2017 - privacy