Javascript Array firts()

Description

Javascript Array firts()


Array.prototype.firts = function()  {
  return this.Array[0]
}



PreviousNext

Related