how to take array values from parseint in javascript w3schools code example
Example 1: javascript array
const arr = [1, 2, 3];
Example 2: js int
var myInt = 69420
1+1//int
1+"1"//string
const arr = [1, 2, 3];
var myInt = 69420
1+1//int
1+"1"//string