Skip to content

This repository are build to emulate some aspects of the Javascript Arrays behavior

Notifications You must be signed in to change notification settings

federicolopezeikilis/polyfill-fake-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Polyfill Fake Array Project

This repository are build to emulate some aspects of the Javascript Arrays behavior.

The class "Fakay" is the abreviation of "Fake Array".

In order to test the code, Jasmine library was used.

The following 27 methods have been implemented.

  • at
  • concat
  • copyWithin
  • every
  • fill
  • filter
  • find
  • findIndex
  • flat
  • forEach
  • groupBy
  • includes
  • indexOf
  • join
  • keys
  • lastIndexOf
  • map
  • pop
  • push
  • reduce
  • reverse
  • shift
  • slice
  • some
  • sort
  • splice
  • unshift

Thanks to manuelbarzi and xFNighTMaRe for encouraging me to work in and publish this first repository

About

This repository are build to emulate some aspects of the Javascript Arrays behavior

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published