Sort variables value while being able to call the values – JavaScript
I would want to sort the values in multiple variables and still be able to call on the variable's names (value1) var value1 = 4 var value2 = 3 var value3 = 5 var value4 = 1 var value5 =…