javascript gets element of array code example Example: how to get element of an array in javascript var value = [a,b,c,d]; var value_b = value[1];