frontend icon indicating copy to clipboard operation
frontend copied to clipboard

:octocat: Kottans frontend course 🎓

Results 25 frontend issues
Sort by recently updated
recently updated
newest added

Please, consider adding following material to the second task (Linux CLI and HTTP) as primary or extra material. 1. The [article](https://htmlacademy.ru/blog/education/all/brauzer-google) that includes browser work explanation and other levels from...

This issue is a response to Ivan Tytarenko's request. Subtopic **0. Git Basics** has a task (PR to Kottans/mock-repo) that for new GitHub users hard to complete without watching a...

I really like this short article as an explanation of difference between a library and a framework, and also as an explanation what a framework should do. This would be...

Memory pair game: - kaizengami [demo](https://kaizengami.github.io/memory-pair-game/dist/) / [source](https://github.com/kaizengami/memory-pair-game) Weather app: - namariam [demo](https://nazmariam.github.io/weather-app/) / [source](https://github.com/nazmariam/weather-app/) more to be added

Blocked by #283. Once #283 completed * the videos that have associations with modules must be added to relevant modules (those that aren't yet) * the videos that have no...

Hacktoberfest
content

Link videos from [Kottans FE 2019 course on youtube](https://www.youtube.com/playlist?list=PLS8sEUxbfFY-Xjv3JPLUAgMqGgF8CbcjZ) that aren't linked yet (with e.g. #281) to relevant modules from [`./tasks` directory](https://github.com/kottans/frontend/tree/master/tasks) ## Suggested approach 1. Create `./tasks/video-map.md` 2. List...

Hacktoberfest
content

The last module of online course part ([Friends app](https://github.com/kottans/frontend/blob/master/tasks/friends-app.md)) only offers to proceed to the course [content](https://github.com/kottans/frontend/blob/master/contents.md), which lists offline part topics/modules but offers no links. So offline modules from...

Hacktoberfest
content

* Create a test based on a [List of (Advanced) JavaScript Questions](https://github.com/lydiahallie/javascript-questions) * Add link to test and instructions to report result to [JS Basics task](../blob/master/tasks/js-basics.md) Implementation approach suggestions: *...

Just for the record: https://slides.com/zonzujiro/summary

As of ES2020 object keys iteration order follows definition order in nearly all (if not all) methods of iteration thorough object properties. Actual goal: order of properties must be controlled...