Skip to content

sgrouples/javascript-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topic: Basics for functional programming in javascript

Here are 10 practical exercises in javascript.

Fork repository and publish solution as your public repository, so we can check it online. If it is ready in your repo, pls. an send me email on kajo@mewe.com and we will check it.

If this is not convenient for you, send it to me by email as one zipped file.

Every example/task need to be able to executed by node ex01.js command.

Use lodash library and some functional aspects of javascript, eg: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/some https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind

Preferably:

  • Do not use stackoverflow or similar sites.
  • Do not use loops (each, for, while etc.).
  • Most of excercises will be run by node if not stated differently. You need to run 'npm install lodash' for most to make them working.

If you have some questions or you want to discuss something, ask me via email or skype.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published