{"id":39385,"url":"https://github.com/RicoLiu/Understanding-X-In-JavaScript","name":"Understanding-X-In-JavaScript","description":"Understanding X Series In JavaScript Lists","projects_count":38,"last_synced_at":"2026-07-30T19:00:29.005Z","repository":{"id":174568455,"uuid":"179017628","full_name":"RicoLiu/Understanding-X-In-JavaScript","owner":"RicoLiu","description":"Understanding X Series In JavaScript Lists","archived":false,"fork":false,"pushed_at":"2020-05-22T01:39:06.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-07-11T18:03:15.953Z","etag":null,"topics":["javascript","lists","understanding"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RicoLiu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-04-02T06:57:33.000Z","updated_at":"2023-04-11T15:25:40.000Z","dependencies_parsed_at":"2023-07-29T22:22:56.951Z","dependency_job_id":null,"html_url":"https://github.com/RicoLiu/Understanding-X-In-JavaScript","commit_stats":null,"previous_names":["ricoliu/understanding-x-in-javascript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RicoLiu/Understanding-X-In-JavaScript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RicoLiu%2FUnderstanding-X-In-JavaScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RicoLiu%2FUnderstanding-X-In-JavaScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RicoLiu%2FUnderstanding-X-In-JavaScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RicoLiu%2FUnderstanding-X-In-JavaScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RicoLiu","download_url":"https://codeload.github.com/RicoLiu/Understanding-X-In-JavaScript/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RicoLiu%2FUnderstanding-X-In-JavaScript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36088336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-30T02:00:05.956Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"}},"created_at":"2024-01-13T14:00:08.614Z","updated_at":"2026-07-30T19:00:29.006Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Content"],"sub_categories":[],"readme":"# Understanding-X-In-JavaScript\nUnderstanding X Series Lists.\n\n## Content\n+ [Understanding Javascript Function Executions — Call Stack, Event Loop, Tasks \u0026 More](https://medium.com/@gaurav.pandvia/understanding-javascript-function-executions-tasks-event-loop-call-stack-more-part-1-5683dea1f5ec)\n+ [Understanding Javascript Selectors With and Without Reselect](https://medium.com/@pearlmcphee/selectors-react-redux-reselect-9ab984688dd4)\n+ [Understanding JavaScript Proxies by Examining on-change Library](https://codeburst.io/understanding-javascript-proxies-by-examining-on-change-library-f252eddf76c2)\n+ [A Simple Guide to Understanding Javascript (ES6) Generators](https://medium.com/dailyjs/a-simple-guide-to-understanding-javascript-es6-generators-d1c350551950)\n+ [Understanding JavaScript: Closures](https://hackernoon.com/understanding-javascript-closures-4188edf5ea1b)\n+ [Understanding JavaScript: Prototype and Inheritance](https://hackernoon.com/understanding-javascript-prototype-and-inheritance-d55a9a23bde2)\n+ [Understanding JavaScript: Scope](https://hackernoon.com/understanding-javascript-scope-1d4a74adcdf5)\n+ [Understanding JavaScript: This Keyword](https://hackernoon.com/understanding-javascript-the-this-keyword-4de325d77f68)\n+ [Understanding JavaScript: New Keyword](https://hackernoon.com/understanding-javascript-new-keyword-ec67c8caaa74)\n+ [Understanding JavaScript: Coercion](https://hackernoon.com/understanding-js-coercion-ff5684475bfc)\n+ [Understanding JavaScript: The Event Loop](https://hackernoon.com/understanding-js-the-event-loop-959beae3ac40)\n+ [Understanding JavaScript Objects](https://blog.halolabs.io/understanding-javascript-objects-d31cd24ca60f)\n+ [Understanding JavaScript Memoization In 3 Minutes](https://codeburst.io/understanding-memoization-in-3-minutes-2e58daf33a19)\n+ [Understanding Javascript Mutation and Pure Functions](https://blog.bitsrc.io/understanding-javascript-mutation-and-pure-functions-7231cc2180d3)\n+ [Understanding Asynchronous JavaScript](https://blog.bitsrc.io/understanding-asynchronous-javascript-the-event-loop-74cd408419ff)\n+ [Understanding Promises in JavaScript](https://blog.bitsrc.io/understanding-promises-in-javascript-c5248de9ff8f)\n+ [Understanding Call, Bind and Apply Methods in JavaScript](https://blog.bitsrc.io/understanding-call-bind-and-apply-methods-in-javascript-33dbf3217be)\n+ [Understanding Scope and Scope Chain in JavaScript](https://blog.bitsrc.io/understanding-scope-and-scope-chain-in-javascript-f6637978cf53)\n+ [Understanding Higher-Order Functions in JavaScript](https://blog.bitsrc.io/understanding-higher-order-functions-in-javascript-75461803bad)\n+ [Understanding Design Patterns in JavaScript](https://blog.bitsrc.io/understanding-design-patterns-in-javascript-13345223f2dd)\n+ [Understanding Closures in JavaScript](https://blog.bitsrc.io/a-beginners-guide-to-closures-in-javascript-97d372284dda)\n+ [Understanding Execution Context and Execution Stack in Javascript](https://blog.bitsrc.io/understanding-execution-context-and-execution-stack-in-javascript-1c9ea8642dd0)\n+ [Hoisting in Modern JavaScript — let, const, and var](https://blog.bitsrc.io/hoisting-in-modern-javascript-let-const-and-var-b290405adfda)\n+ [Understanding JavaScript’s Prototypal Inheritance](https://blog.bitsrc.io/understanding-javascripts-prototypal-inheritance-354292253bcb)\n+ [Understanding the JavaScript call stack](https://medium.freecodecamp.org/understanding-the-javascript-call-stack-861e41ae61d4)\n+ [JavaScript: Understanding the Weird Parts](https://codeburst.io/javascript-understanding-the-weird-parts-d1d0e7061ebf)\n+ [Understanding Currying in JavaScript ES6](https://blog.benestudio.co/currying-in-javascript-es6-540d2ad09400)\n+ [JavaScript Functions — Understanding The Basics](https://codeburst.io/javascript-functions-understanding-the-basics-207dbf42ed99)\n+ [Understanding Generators in ES6 JavaScript with Examples](https://codeburst.io/understanding-generators-in-es6-javascript-with-examples-6728834016d5)\n+ [Understanding Node.js Event-Driven Architecture](https://medium.com/edge-coders/understanding-node-js-event-driven-architecture-223292fcbc2d)\n+ [Understanding Flexbox: Everything you need to know](https://medium.com/free-code-camp/understanding-flexbox-everything-you-need-to-know-b4013d4dc9af)\n+ [Understanding Redux: The World’s Easiest Guide to Beginning Redux](https://medium.com/free-code-camp/understanding-redux-the-worlds-easiest-guide-to-beginning-redux-c695f45546f6)\n+ [Understanding TypeScript’s Type System](https://medium.com/better-programming/understanding-typescripts-type-system-a3cdec8e95ae)\n+ [JavaScript Design Patterns](https://medium.com/better-programming/javascript-design-patterns-25f0faaaa15)\n+ [JavaScript Fundamentals: Mastering Loops](https://itnext.io/javascript-fundamentals-mastering-loops-6788687a9293)\n+ [Some simple and amazing JavaScript tricks](https://medium.com/developers-arena/some-simple-and-amazing-javascript-tricks-292e1962b1f6)\n+ [Understanding Mixins in JavaScript](https://blog.bitsrc.io/understanding-mixins-in-javascript-de5d3e02b466)\n+ [Understanding async-await in JavaScript](https://medium.com/better-programming/understanding-async-await-in-javascript-1d81bb079b2c?source=search_post)\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/ricoliu%2Funderstanding-x-in-javascript/projects"}