Skip to content

Mubarrat/50-days-of-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

50 Days of JavaScript!

These are my solutions for this challenge. You can also join in this challenge, and boost up your JavaScript knowledge from Codedamn.

In this challenge, there are 50 days and after complete all the challenges you can get certificate from Codedamn.

To see my solutions, browse the solutions folder.

The title of my solutions of challenge days

  1. Find the Distance Value Between Two Arrays
  2. Curry Function Implementation
  3. Create a Counter Function
  4. Random in range
  5. Capitalise a word
  6. Get the Middle Value
  7. Sum even numbers
  8. Sum every third number
  9. Remove falsy values
  10. Remove all whitespaces
  11. Missing Number Lab
  12. Count vowels
  13. Reverse a string
  14. Using spread operator in function parameter
  15. Local Storage Lab
  16. Array.join I - strings
  17. Map, Filter, and Reduce Lab
  18. JavaScript Objects Lab
  19. Armstrong Numbers
  20. Collatz Conjecture
  21. Random Numbers
  22. JavaScript Date Object Lab
  23. String indexOf Lab
  24. Anagram checker
  25. JSON Web Tokens (JWT) Basics
  26. Capitalise all words
  27. First non-repeating character
  28. Currency Tracker
  29. Object.values
  30. Leap
  31. Sieve
  32. Base 3 to Base 10 Conversion Lab
  33. Run Length Encoding
  34. Rna Transcription
  35. Number System Conversion
  36. nth largest element
  37. Time Format Converter
  38. Spell out numbers
  39. Tournament
  40. JavaScript: Array.prototype.every()
  41. JavaScript String Methods Lab
  42. Custom Add Function
  43. Array.prototype.every() in JavaScript
  44. JavaScript Promise Chaining Lab
  45. Iteration Protocols in JavaScript
  46. JavaScript Generators Lab
  47. Handling JavaScript Errors
  48. JavaScript Function Methods
  49. Singleton Design Pattern in JavaScript
  50. Inheritance in JavaScript