n9ti / js-array-playground

JavaScript Array Playground

Home Page:https://js-array-playground.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

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.

About

JavaScript Array Playground

https://js-array-playground.firebaseapp.com/


Languages

Language:JavaScript 66.2%Language:Vue 33.8%