Solving JavaScript tasks while going through the course https://github.com/vvscode/js--base-course
And reading book http://learn.javascript.ru/
- gulp (setup with 3 files)
- red_yellow_boxes game
- funFunFunction youtube channel
- barley_break_game (can be modified and added as a hometask)
- life_game (canvas is coming)
- custom router (can be used a lot of times)
- fizzBuzz function - done
- isPalindrom function - done
- accumulator function - done
- addClass function - done
- filter function - done
- compareAge function - done
- byField function - done
- camelize function - done
- checkSpam function - done
- eratosthenesSieve function - done
- getDecimal - done
- getLastDayOfMonth - done
- getLocalDay - done
- getSecondsToTomorrow - done
- getSecondsToday - done
- getSums - done
- getWeekDay - done
- isEmpty - done
- isPlaindrom - done
- makeArmy - done
- makeBuffer - done
- makeCahing - done
- makeCounter - done
- makeLogging - done
- makeLogging2 - done
- multiplyNumeric - done
- options - done
- printNumbersInterval - done
- printNumbersTimeout - done
- proto - done
- removeClass - done
- small_pieces - done
- sum - done
- sunArgs - done
- throttle - done
- truncate - done
- ucFirst - done
- fetch - done
- fetchWithPOST - done
- ajaxGetRequest - done
- ajaxPostRequest - done