Javascriptmas Challenge : Scrimba
Ganesh
Posted on December 19, 2020
When i first heard this scrimba challenge, I wasnt sure that i am going to participate but this is first ever challenge that i have completed in my lifetime.
You could have seen the excitement its like hiking in the moutain.
Thanks Scrimba for this amazing 24 day all thinking Javascriptmas.
Many Thanks!!
Below are the list of solutions from Scrimba #Javascriptmas challenge, (24/ 24 solutions out :) )
Day 1 : Problem : Candies,
Concepts Used : Math.floor
Day 2 : Problem : Deposit Profit,
Concepts Used : While loop
Day 3 : Problem : Chunky Monkey,
Concepts Used : For loop, Array.Slice, Array.push
Day 4 : Problem : Century from Year,
Concepts Used : Math.floor
Day 5 : Problem : String Reverse,
Concepts Used : str.split('').reverse().join('')
Day 6 : Problem : Sort by length,
Concepts Used : sort
Day 7 : Problem : countVowelConsonant,
Concepts Used : str.split('').reduce, Object.entries
Day 8 : Rolling Dice
Day 9 : sumOddFibonacciNumbers
Day 10 : adjacentElementsProduct
Day 11 : avoidObstacles
Day 12 : Time 24 hour clock
Day 13 : Extract Kth element
Day 14 : arrayMaximalAdjacentDifference
Day 15 : JS Carousel
Day 16 : insertDashes
Day 17 : differentSymbolsNaive
Concepts in solution
- For loop
- Using set
- Arrays
- loadash
- Array type2
- While loop
Day 18 : arrayPreviousLess
Day 19 : Alphabetsubsequence, Learnt : charcodeat
Day 20 : Domain Challenge : Learnt: Pop, Push, Split (Stack)
Day 21 : Array Sum : Hasownproperty()
Day 22 : Rectangular Array
Day 23 : Twitter Model , Learnt : Eventlisteners
Day 24 : PinWheel
Posted on December 19, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
November 30, 2024