Skip to content

OlehRovenskyi/work-with-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples for presentation JavaScript and real first tasks

JavaScript and real first tasks https://slides.com/olegrovenskyi/javascript-and-real-first-tasks

Features

Examples for working with collections

`src/base` - forEach vs filter vs map vs reduce
`src/additional` - Additional cases
`src/async` - Async cases with map
`src/performance` - Performance

Ways to use

  1. Clone as is

    1. git clone git@github.com:OlegRovenskyi/work-with-collection.git
    2. cd work-with-collection
    3. npm i
  2. Fork

    1. Click Fork git button
    2. git clone ggit@github.com:OlegRovenskyi/work-with-collection.git
    3. cd work-with-collection
    4. npm i
  3. Need to install QUOKKA

    1. For running example need to configure QUOKKA https://quokkajs.com/docs/#getting-started

Author

Oleh Rovenskyi

About

Repo for presentation 'JavaScript and real first tasks'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors