Skip to content

Sellsuki/js-array-playground

Repository files navigation

js-array-playground

A Vue.js project for Experimenting NEW Array and Arrow function from ES6


Content

  • Array.filter()
  • Array.find()
  • Array.findIndex()
  • Array.map()
  • Array.reduce()
  • Array.filter().map()
  • Array.sort()
  • Array.reverse()
  • Array.push()
  • Array.shift()
  • Array.pop()
  • Array.splice()
  • Array.join()
  • Array.concat()
  • Array.slice()
  • Array.copyWithin()
  • Array.entries()
  • Array.every()
  • Array.fill()
  • Array.find()
  • Array.forEach()
  • Array.includes()
  • Array.from()
  • Array.isArray()
  • Array.of()
  • Array.indexOf()
  • Array.keys()
  • Array.lastIndexOf()
  • Array.map()
  • Array.reduceRight()
  • Array.some()
  • Array.toLocaleString()
  • Array.unshift()
  • Array.values()
  • Array[Symbol.iterator]()

JavaScript Array Playground

JavaScript Array Playground

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# deploy to firebase hosting
npm run deploy

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.