https://github.com/bscript07/softuni-javascript-advanced
Javascript for Advanced course at SoftUni -Sep 2023
https://github.com/bscript07/softuni-javascript-advanced
advanced-functions arrays-nested-arrays classes dom-introduction dom-manipulation error-handling inheritance object-composition prototype unit-testing
Last synced: 6 months ago
JSON representation
Javascript for Advanced course at SoftUni -Sep 2023
- Host: GitHub
- URL: https://github.com/bscript07/softuni-javascript-advanced
- Owner: bscript07
- Created: 2024-05-14T18:49:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T18:21:45.000Z (9 months ago)
- Last Synced: 2025-04-09T19:32:15.726Z (9 months ago)
- Topics: advanced-functions, arrays-nested-arrays, classes, dom-introduction, dom-manipulation, error-handling, inheritance, object-composition, prototype, unit-testing
- Language: JavaScript
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Advanced
In the "JS Advanced" course, students will gain in-depth knowledge of the JavaScript language, including syntax basics, working with arrays, matrices, objects, classes, and writing functions. More complex concepts such as function context, explicit binding, and the event loop will be studied. The course will enhance their algorithmic thinking. Upon successful completion of this course, participants will be able to work with the DOM tree, manipulate it, and work with events. Both functional and object-oriented programming approaches in JavaScript will be covered, with concepts such as inheritance, object composition, and the prototype chain being studied.
# Acquired Skills
- Working with classes and objects
- Working with functions and JSON formats
- Working with linear data structures
- Extracting information and manipulating the DOM tree
- Applying object-oriented programming
- Applying functional programming
