Тест по : JS
Вопрос: Что будет выведено на экран следующим кодом?
Правильный ответ и объяснение тут:
https://proghub.ru/q/3d96da
Вопрос: Что будет выведено на экран следующим кодом?
Правильный ответ и объяснение тут:
https://proghub.ru/q/3d96da
Тест по : JS
Вопрос: Что выведет alert?
Правильный ответ и объяснение тут:
https://proghub.ru/q/f601dc
Вопрос: Что выведет alert?
Правильный ответ и объяснение тут:
https://proghub.ru/q/f601dc
Понимание паттернов проектирования в JavaScript
https://blog.bitsrc.io/understanding-design-patterns-in-javascript-13345223f2dd
https://blog.bitsrc.io/understanding-design-patterns-in-javascript-13345223f2dd
Medium
Understanding Design Patterns in JavaScript
Learn About Various Design Patterns in JavaScript
Гайд для React разработчиков как писать кастомные элементы на примере карточек профиля из github
https://css-tricks.com/a-guide-to-custom-elements-for-react-developers/
https://css-tricks.com/a-guide-to-custom-elements-for-react-developers/
CSS-Tricks
A Guide to Custom Elements for React Developers | CSS-Tricks
I had to build a UI recently and (for the first time in a long while) I didn't have the option of using React.js, which is my preferred solution for UI these
Отличный и полный гайд по современному Frontend стеку. В репозитории найдёте краткое описание современных концепций и ссылки для дальнейшего изучения
https://github.com/grab/front-end-guide
https://github.com/grab/front-end-guide
GitHub
GitHub - grab/front-end-guide: 📚 Study guide and introduction to the modern front end stack.
📚 Study guide and introduction to the modern front end stack. - grab/front-end-guide
4 способа использования .map() в js. Из необычного - автор показывает как разбивать строку на массив с возможностью форматирования перед этим, и как редактировать объекты массивов
https://scotch.io/tutorials/4-uses-of-javascripts-arraymap-you-should-know
https://scotch.io/tutorials/4-uses-of-javascripts-arraymap-you-should-know
Digitalocean
How To Use .map() to Iterate Through Array Items in JavaScript | DigitalOcean
One of the most popular methods of iterating through datasets in JavaScript is the .map() method. .map() creates an array from calling a specific functio…
Тест по : js
Вопрос: Что выведет alert?
Правильный ответ и объяснение тут:
https://proghub.ru/q/f601dc
Вопрос: Что выведет alert?
Правильный ответ и объяснение тут:
https://proghub.ru/q/f601dc
Почему каждый начинающий фронтендер должен знать pub-sub паттерн? Подробный рассказ с иллюстрациями на примере приложения для расстановки меток на карту
https://itnext.io/why-every-beginner-front-end-developer-should-know-publish-subscribe-pattern-72a12cd68d44
https://itnext.io/why-every-beginner-front-end-developer-should-know-publish-subscribe-pattern-72a12cd68d44
Medium
Why every beginner front-end developer should know publish-subscribe pattern?
AKA: How to implement asynchronous code in a less painful way.
Тест по : Js
Вопрос: Какую строку выведет alert?
Правильный ответ и объяснение тут:
https://proghub.ru/q/1eee52
Вопрос: Какую строку выведет alert?
Правильный ответ и объяснение тут:
https://proghub.ru/q/1eee52
Создание простого веб-приложения с помощью Express, React и GraphQL
https://www.sitepoint.com/build-a-simple-web-app-with-express-react-and-graphql/
https://www.sitepoint.com/build-a-simple-web-app-with-express-react-and-graphql/
Sitepoint
Build a Simple Web App with Express, React and GraphQL — SitePoint
Today I’ll show you how to use Express to create a GraphQL server, as well as how to create a single-page app in React that uses Apollo’s client to query the server.