Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/batanoffs/javascript-web-softuni

Excercises and homework related to my modules in front-end bootcamp Software University
https://github.com/batanoffs/javascript-web-softuni

advanced asynchronous-programming basic closure css data-structures dom-manipulation end-to-end-testing events html javascript mocha-chai playwright routing unit-testing variables

Last synced: about 7 hours ago
JSON representation

Excercises and homework related to my modules in front-end bootcamp Software University

Awesome Lists containing this project

README

        

This repository holds the excercises I did during my starting modules in Software University bootcamp
Problems, solutions during SoftUni program for Web-Developer path. Includes Basics, Fundamentals, Advanced and Applications modules.

### Some of the things I learned along the way are:

JavaScript
- variables
- if statemets
- switch case
- Conditional (ternary) operator
- for/while loops
- for of/in, objects
- classes
- inheritance
- fetching
- then
- async/await
- closure
- IIFE (Immediately Invoked Function Expression)
- arrow functions
- Regex

Testing
- unit testing `Mocha, Chai`
- end-to-end testing `Playwright`

DOM manipulations
- fetching
- then
- async/await
- browser debugging

SPA applications
- Routing (page.js)
- Modules
- Middlewares
- Authentication
- Local storage/Session storage
- Chrome dev tools