how to change an array to number js code example Example: convert array to number let x = [1,2,3,4,5] let num = +x.join("")