se scrivo questo codice:
pippo = 123.565
test = pippo.split(".");
test = test[0];
test mi ritorna undefined :master:
non dovrebbe restituire 123 ?
dove sbaglio?
grazie
se scrivo questo codice:
pippo = 123.565
test = pippo.split(".");
test = test[0];
test mi ritorna undefined :master:
non dovrebbe restituire 123 ?
dove sbaglio?
grazie