Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

get smallest value in array js

var test=[1, 2, 4, 77, 80];
console.log("Smallest number in test: "+Math.floor(Math.min(test)));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #smallest #array #js
ADD COMMENT
Topic
Name
3+4 =