I'm having a code where I pass a value and I need to check if this value exists within array , so I use indexOf . What I would like is to get the value that indexOf finds, for example:
org = 3;
var array_t = [1,2,3,4,5];
re...
asked by
21.11.2014 / 17:10