#js
Восходящие звезды JavaScript 2019. Список наиболее популярных проектов по категориям с небольшой аналитикой.
https://risingstars.js.org/2019/en/
Восходящие звезды JavaScript 2019. Список наиболее популярных проектов по категориям с небольшой аналитикой.
https://risingstars.js.org/2019/en/
risingstars.js.org
2019 JavaScript Rising Stars
A complete overview of the JavaScript landscape in 2019: trends about front-end and node.js frameworks, tooling, IDE, Static site generators...
#js
Как использовать новейшие функции JavaScript в любом браузере
https://medium.com/javascript-in-plain-english/use-the-latest-javascript-features-in-any-browser-f047f5c426a8
Как использовать новейшие функции JavaScript в любом браузере
https://medium.com/javascript-in-plain-english/use-the-latest-javascript-features-in-any-browser-f047f5c426a8
Medium
How to use the latest JavaScript features in any browser
A practical introduction, from Polyfilling to Transpiling
#js #test
Как начать юнит тестирование JavaScript кода
https://www.freecodecamp.org/news/how-to-start-unit-testing-javascript/
Как начать юнит тестирование JavaScript кода
https://www.freecodecamp.org/news/how-to-start-unit-testing-javascript/
freeCodeCamp.org
How to Start Unit Testing Your JavaScript Code
By Ondrej Polesny We all know we should write unit tests. But, it's hard to know where to start and how much time to devote to tests compared to actual implementation. So, where to start? And is it just about testing code or do unit tests have other ...