{"id":20879589,"url":"https://github.com/moumen-soliman/javascript","last_synced_at":"2025-05-12T16:31:33.316Z","repository":{"id":56728207,"uuid":"104406510","full_name":"moumen-soliman/javascript","owner":"moumen-soliman","description":"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.","archived":false,"fork":false,"pushed_at":"2020-03-09T09:21:30.000Z","size":1854,"stargazers_count":46,"open_issues_count":0,"forks_count":47,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-01T08:12:20.935Z","etag":null,"topics":["codewars","codewars-solutions","javascript","javascript-applications","javascript-tests","javascript-tools"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moumen-soliman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-21T22:54:21.000Z","updated_at":"2025-02-22T18:28:00.000Z","dependencies_parsed_at":"2022-08-16T00:31:23.899Z","dependency_job_id":null,"html_url":"https://github.com/moumen-soliman/javascript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moumen-soliman%2Fjavascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moumen-soliman%2Fjavascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moumen-soliman%2Fjavascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moumen-soliman%2Fjavascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moumen-soliman","download_url":"https://codeload.github.com/moumen-soliman/javascript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253776835,"owners_count":21962568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codewars","codewars-solutions","javascript","javascript-applications","javascript-tests","javascript-tools"],"created_at":"2024-11-18T07:17:03.521Z","updated_at":"2025-05-12T16:31:32.919Z","avatar_url":"https://github.com/moumen-soliman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Javascript\n 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.\n\n\u003ch1\u003eJavascript Basics\u003c/h1\u003e\n\u003cul\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Basics/variables.js\" \u003eVariables\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Basics/operators.js\" \u003eOperators\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Basics/if-statment.js\" \u003eif/else statements\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Basics/boolean-and-switch.js\" \u003eboolean logic and switch\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Basics/functions.js\" \u003eFunctions\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Basics/expressions-with-functions.js\" \u003eStatements and expressions\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Basics/arrays.js\" \u003eArrays\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Basics/objects.js\" \u003eObjects\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Basics/objects-and-methods.js\"\u003eObjects and methods\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Basics/loops.js\"\u003eLoops\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cbr\u003e\n\u003ch1\u003eJavascript Deeper\u003c/h1\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Deeper/hoisting.js\"\u003eHoisting\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Deeper/scoping.js\"\u003eScoping\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Deeper/this.js\"\u003ethis keyword\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Deeper/function-constructor.js\"\u003eFunction constructor\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Deeper/object.create.js\"\u003eObject.create\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Deeper/different-between-primitives-objects-functions.js\"\u003eDifferent between Primitives, Objects and Functions\u003c/a\u003e \u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Deeper/passing-functions-as-arguments.js\"\u003ePassing functions as arguments\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Deeper/functions-return-functions.js\"\u003eFunctions returning functions\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Deeper/IIFE-immediately-invoked-function-expression.js\"\u003eIIFE (Immediately Invoked Function Expression)\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Deeper/closures.js\"\u003eClosures\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/JS-Deeper/bind-call-apply.js\"\u003eBind, call and apply\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cbr\u003e\n\u003ch1\u003eJavascript ES6\u003c/h1\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/let-and-const.js\"\u003elet and const\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/destructuring.js\"\u003eDestructuring\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/blocks-IIFEs.js\"\u003eBlocks \u0026 IIFEs\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/strings.js\"\u003eStrings\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/classes.js\"\u003eClasses\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/classes-and-subclasses.js\"\u003eClasses and Subclasses \u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/spread-operator.js\"\u003eSpread Operator\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/arrays.js\"\u003eArrays\u003c/a\u003e \u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/arrow-functions.js\"\u003eArrow Functions\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/arrow-functions-part-2.js\"\u003eArrow Functions part 2\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/rest-parameters.js\"\u003eRest Parameters\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/default-parameters.js\"\u003eDefault Parameters \u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/maps.js\"\u003eMaps\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/proxies.js\"\u003eProxies\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/blob/master/ES6/promises.js\"\u003ePromises\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cbr\u003e\n\u003ch1\u003eJavascript Design Patterns\u003c/h1\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/creational\"\u003eCreational\u003c/a\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/creational/constructor\"\u003eConstructor\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/creational/factory\"\u003eFactory\u003c/a\u003e\n            \u003cul\u003e\n                \u003cli\u003eAbstract Factory\u003c/li\u003e\n            \u003c/ul\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/creational/singleton\"\u003eSingleton\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/creational/builder\"\u003eBuilder\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/behavioral\"\u003eBehavioral\u003c/a\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/behavioral/command\"\u003eCommand\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/behavioral/observer\"\u003eObserver\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/behavioral/iterator\"\u003eIterator\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/behavioral/mediator\"\u003eMediator\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/behavioral/state\"\u003eState\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/structural\"\u003eStructural\u003c/a\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/structural/adapter\"\u003eAdapter\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/structural/facade\"\u003eFacade\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/structural/decorator\"\u003eDecorator\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Design%20Patterns/structural/flyweight\"\u003eFlyweight\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n\u003c/ul\u003e\n\u003cbr\u003e\n\u003ch1\u003e\u003ca href=\"https://github.com/moumen-soliman/Javascript/tree/master/Budget%20App\"\u003eBudget App\u003c/a\u003e\u003c/h1\u003e\nControllers in Javascript and how handle the anonymous functions and function constructor and contain \n\n\u003cul\u003e\n\u003cli\u003eCreate HTML String with placeholder text\u003c/li\u003e\n\u003cli\u003eReplace the placeholder text with some actual data\u003c/li\u003e\n\u003cli\u003eInsert the HTML into the DOM\u003c/li\u003e\n\u003cli\u003eDOM Mainpulation and how it work\u003c/li\u003e\n\u003cli\u003eGet Field input data\u003c/li\u003e\n\u003cli\u003eadd the item to the budget controller\u003c/li\u003e\n\u003cli\u003eadd the item to the UI\u003c/li\u003e\n\u003cli\u003eCalculate the budget\u003c/li\u003e\n\u003cli\u003eDisplay the budget on the UI\u003c/li\u003e\n\u003c/ul\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoumen-soliman%2Fjavascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoumen-soliman%2Fjavascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoumen-soliman%2Fjavascript/lists"}