https://github.com/dimodimchev/softuni-javascript-advanced
https://github.com/dimodimchev/softuni-javascript-advanced
course javascript
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimodimchev/softuni-javascript-advanced
- Owner: DimoDimchev
- Created: 2021-03-13T20:34:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T10:19:40.000Z (about 5 years ago)
- Last Synced: 2025-11-21T12:04:03.688Z (7 months ago)
- Topics: course, javascript
- Language: JavaScript
- Homepage:
- Size: 4.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#

# Course details
In the "JS Advanced" course you will gain in-depth knowledge of the JavaScript language by learning more complex concepts such as IFFE, clousure, objects and classes. This course will develop your algorithmic thinking and upgrade your knowledge of the DOM tree. You will learn to manipulate the DOM tree, add and delete elements from it. In addition, you will learn how to test your code using Unit testing libraries. You will look at the OOP part of JavaScript (inheritance, prototypes and prototype chains).
# Acquired skills
- Working with classes and objects
- Working with functions and JSON formats
- Working with linear structures
- Information retrieval and manipulation of the DOM tree
- Code quality testing
- Object-oriented and functional programming
# Topics
- Syntax, Functions and Statements
- Objects
- Arrays
- Advanced Functions
- DOM Manipulations
- Classes