The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
var lolz ="test lolz"*1
console.log(lozl) //should give NaN
console.log(typeof(lozl)) //should give number
var test2 = "test"+1
console.log(test2)//gives test1
console.log(typeof(test2))//gives string
you get why I hate javascript now?
oh and you can also only use numbers for the keys of arrays
thus testArray['test'] is not possible, if you want that you need to make an object