Is it possible to have a function working like those Python lines in JavaScript? a = 5 b = 20 c = 2 all = list(range(a, b, c)) print(all)
Aprenda de maneira mais eficiente, de graça:
Introdução ao Python
7.1M de alunos
Introdução ao Java
4.7M de alunos
Introdução ao C
1.5M alunos
Introdução ao HTML
7.5M alunos