Skip to content

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

Notifications You must be signed in to change notification settings

batanoffs/javascript-web-softuni

Repository files navigation

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