All Projects → hiquest → jsex

hiquest / jsex

Licence: other
Implement Some Handy JavaScript Functions From The Ground Up

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to jsex

julia koans
Small exercises to get you used to reading and writing Julia code!
Stars: ✭ 28 (+115.38%)
Mutual labels:  exercises
vapi
vAPI is Vulnerable Adversely Programmed Interface which is Self-Hostable API that mimics OWASP API Top 10 scenarios through Exercises.
Stars: ✭ 674 (+5084.62%)
Mutual labels:  exercises
learn js regexp
Example based guide to mastering JavaScript regexp
Stars: ✭ 85 (+553.85%)
Mutual labels:  exercises
react exercises
Exercises for Rithm School's free online React Fundamentals course
Stars: ✭ 28 (+115.38%)
Mutual labels:  exercises
Curso-Python-Gustavo-Guanabara
Mais de 100 exercícios resolvidos do curso de fundamentos de Python 3, ministrado pelo prof. Gustavo Guanabara do Curso em Vídeo.
Stars: ✭ 170 (+1207.69%)
Mutual labels:  exercises
exercises.json
Open Public Domain Exercise Dataset in JSON format
Stars: ✭ 49 (+276.92%)
Mutual labels:  exercises
dsge
Course on Dynamic Stochastic General Equilibrium (DSGE): Models, Solution, Estimation (graduate level)
Stars: ✭ 41 (+215.38%)
Mutual labels:  exercises
curso-em-video-python3
Desafios resolvidos de Python do Canal Curso em Vídeo.
Stars: ✭ 23 (+76.92%)
Mutual labels:  exercises
Information-Retrieval
Information Retrieval algorithms developed in python. To follow the blog posts, click on the link:
Stars: ✭ 103 (+692.31%)
Mutual labels:  exercises
javascript-practice
Repository for an article "10 Javascript exercises with arrays"
Stars: ✭ 44 (+238.46%)
Mutual labels:  exercises
go-learning
My Golang training material for testing smaller Go concepts and ideas.
Stars: ✭ 27 (+107.69%)
Mutual labels:  exercises
streams-workshop
A workshop on Node.js Streams
Stars: ✭ 176 (+1253.85%)
Mutual labels:  exercises
cloud-sample-spaceflight-java
Build Java applications with the application programming model on SAP Cloud Platform.
Stars: ✭ 49 (+276.92%)
Mutual labels:  exercises
rust-practise-questions
A book of questions for practise in Rust
Stars: ✭ 46 (+253.85%)
Mutual labels:  exercises
Ejercicios-Practicos
Mejora tu lógica de programación y aprende mucho más resolviendo estos ejercicios.
Stars: ✭ 316 (+2330.77%)
Mutual labels:  exercises
safari-training-react
Code examples and exercises for Safari LiveTraining course.
Stars: ✭ 12 (-7.69%)
Mutual labels:  exercises
studygroup
Repo containing exercises to learn Elixir
Stars: ✭ 14 (+7.69%)
Mutual labels:  exercises
cloud-bulletinboard-ads
This is the bulletinboard-ads sample application code used in the openSAP course: Cloud-Native Development with SAP Business Technology Platform (formerly SAP Cloud Platform).
Stars: ✭ 75 (+476.92%)
Mutual labels:  exercises
oop-exercises
Exercises for those who want to learn Object Oriented Programming in C++ 🔥
Stars: ✭ 27 (+107.69%)
Mutual labels:  exercises
coq-art
Coq code and exercises from the Coq'Art book [maintainers=@ybertot,@Casteran]
Stars: ✭ 57 (+338.46%)
Mutual labels:  exercises

💥 JSEX 💥

Implement Some Handy JavaSript Functions From The Ground Up

How to use it

  1. Clone the repo.
  2. Run npm install
  3. Run npm run test and watch the tests fail.
  4. Fix the tests one by one.

Exercises

👶 Can I Play, Daddy?

  1. map
  2. filter
  3. uniq

😨 Don't Hurt Me

  1. flatten
  2. reduce
  3. break

😠 Bring 'Em On

  1. sample
  2. safeGet
  3. memoize

😈 I Am Death Incarnate!

  1. curry
  2. debounce

Solutions

Author

You can follow me on Gumroad

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].