kirill-martynov / frontend-developer-path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend-developer-path

Udemy:

Frontend Masters:





Hexlet:

Practice:

  • Create your get function
    function get() {
      ...
    }
    
  • Create your map function
    function map() {
      ...
    }
    
  • Create your filter function
    function filter() {
      ...
    }
    
  • Create your reduce function
    function filter() {
      ...
    }
    

About