Posts by Claudio Reichert • 1 point
1 post
-
0
votes2
answers33
viewsQ: How do I pass this string in number to compute in another array?
<script type="text/javascript"> var alunos = new Array(); alunos[0] = new Array(); alunos[0] [0] = "Aline dos Santos"; alunos[0] [1] = "6,5"; alunos[0] [2] = "2,9"; alunos[1] = new Array();…
javascriptasked Claudio Reichert 1