Skip to content

Latest commit

 

History

History
179 lines (155 loc) · 10.9 KB

README.md

File metadata and controls

179 lines (155 loc) · 10.9 KB

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() {
      ...
    }