Javascript

Description

Programming Flashcards on Javascript, created by Paweł Targoński on 23/06/2017.
Paweł Targoński
Flashcards by Paweł Targoński, updated more than 1 year ago
Paweł Targoński
Created by Paweł Targoński almost 7 years ago
4
0

Resource summary

Question Answer
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.
Show full summary Hide full summary

Similar

HTTPS explained with Carrier Pigeons
Shannon Anderson-Rush
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