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

https://github.com/dimodimchev/softuni-javascript-advanced


https://github.com/dimodimchev/softuni-javascript-advanced

course javascript

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

#

![alt text](https://github.com/DimoDimchev/SoftUni-Python-Basics/blob/main/SoftUni-Logo.png)


# 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