Skip to content

Latest commit

 

History

History
99 lines (96 loc) · 7.72 KB

README.md

File metadata and controls

99 lines (96 loc) · 7.72 KB

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


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