Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/batanoffs/javascript-web-softuni
- Owner: batanoffs
- Created: 2023-03-19T17:47:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T13:10:13.000Z (5 months ago)
- Last Synced: 2024-11-23T14:12:40.089Z (2 months ago)
- Topics: advanced, asynchronous-programming, basic, closure, css, data-structures, dom-manipulation, end-to-end-testing, events, html, javascript, mocha-chai, playwright, routing, unit-testing, variables
- Language: JavaScript
- Homepage:
- Size: 29.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- RegexTesting
- 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