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

https://github.com/moumen-soliman/javascript

This repository contains a collection of JavaScript projects covering various concepts, including DOM manipulation, algorithms, data structures, and modern JavaScript frameworks. The projects demonstrate problem-solving skills, UI interactions, and performance optimizations.
https://github.com/moumen-soliman/javascript

codewars codewars-solutions javascript javascript-applications javascript-tests javascript-tools

Last synced: about 1 month ago
JSON representation

This repository contains a collection of JavaScript projects covering various concepts, including DOM manipulation, algorithms, data structures, and modern JavaScript frameworks. The projects demonstrate problem-solving skills, UI interactions, and performance optimizations.

Awesome Lists containing this project

README

        

# Javascript
there you will find `Javascript basics`, and how `DOM mainpulation` working in `pig game` , and you will find `Javascript deeper` contain examples about `scoping` and `hoisting` and `closure` and more of deepth structures , and `Budget App` is a big application by javascript how use all js basics and js deeper in one app and using controllers.

Javascript Basics





Javascript Deeper





Javascript ES6





Javascript Design Patterns





Budget App


Controllers in Javascript and how handle the anonymous functions and function constructor and contain


  • Create HTML String with placeholder text

  • Replace the placeholder text with some actual data

  • Insert the HTML into the DOM

  • DOM Mainpulation and how it work

  • Get Field input data

  • add the item to the budget controller

  • add the item to the UI

  • Calculate the budget

  • Display the budget on the UI