Javascript

Descrição

Programming FlashCards sobre Javascript, criado por Paweł Targoński em 23-06-2017.
Paweł Targoński
FlashCards por Paweł Targoński, atualizado more than 1 year ago
Paweł Targoński
Criado por Paweł Targoński aproximadamente 8 anos atrás
8
0
1 2 3 4 5 (0)

Resumo de Recurso

Questão Responda
Array.prototype.slice() The slice() method returns a shallow copy of a portion of an array into a new array object selected from begin to end (end not included). The original array will not be modified.
Array.prototype.filter() The filter() method creates a new array with all elements that pass the test implemented by the provided function.
Array.prototype.indexOf() The indexOf() method returns the first index at which a given element can be found in the array, or -1 if it is not present.
Array.prototype.concat() The concat() method is used to merge two or more arrays. This method does not change the existing arrays, but instead returns a new array.

0 comentários

There are no comments, be the first and leave one below:

Semelhante

Historical Development of Computer Languages
Shannon Anderson-Rush
Useful String Methods
Shannon Anderson-Rush
Flvs foundations of programming dba 2
mariaha vassar
jQuery
Ola Sokołek
Node.Js
Kyle Peters
Eloquent JavaScript I
Omid Khorramshah
Programing Languages History
Ricardo Sol
Python Quiz
karljmurphy
computer systems and programming quiz
Molly Batch
Think Python
tsilvo2001