How can I add only the highest four digits from the array of five items in Javascript ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

How can I add only the highest four digits from the array of five items in Javascript ?

Numbers = [7,4,9,2,0];

11th Jan 2019, 11:43 AM
Ugyen Chophel
4 Respostas
+ 2
How ?
11th Jan 2019, 11:52 AM
Ugyen Chophel
0
Try deleting the lowest digit instead.
11th Jan 2019, 11:50 AM
James
James - avatar