{"id":33067402,"url":"https://github.com/careercup/CtCI-6th-Edition-JavaScript-ES2015","last_synced_at":"2025-11-19T02:03:16.192Z","repository":{"id":50661604,"uuid":"52219292","full_name":"careercup/CtCI-6th-Edition-JavaScript-ES2015","owner":"careercup","description":"Cracking the Coding Interview 6th Ed. JavaScript ES2015 Solutions","archived":false,"fork":false,"pushed_at":"2022-12-01T19:38:01.000Z","size":77,"stargazers_count":843,"open_issues_count":19,"forks_count":328,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-06-29T07:42:05.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/careercup.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":"2016-02-21T17:50:39.000Z","updated_at":"2025-06-02T20:41:35.000Z","dependencies_parsed_at":"2022-09-12T09:10:32.408Z","dependency_job_id":null,"html_url":"https://github.com/careercup/CtCI-6th-Edition-JavaScript-ES2015","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/careercup/CtCI-6th-Edition-JavaScript-ES2015","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careercup%2FCtCI-6th-Edition-JavaScript-ES2015","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careercup%2FCtCI-6th-Edition-JavaScript-ES2015/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careercup%2FCtCI-6th-Edition-JavaScript-ES2015/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careercup%2FCtCI-6th-Edition-JavaScript-ES2015/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/careercup","download_url":"https://codeload.github.com/careercup/CtCI-6th-Edition-JavaScript-ES2015/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careercup%2FCtCI-6th-Edition-JavaScript-ES2015/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285170106,"owners_count":27126456,"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","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"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"}},"keywords":[],"created_at":"2025-11-14T08:00:35.668Z","updated_at":"2025-11-19T02:03:16.187Z","avatar_url":"https://github.com/careercup.png","language":"JavaScript","readme":"# JavaScript ES2015 solutions to Cracking the Coding Interview\nThese are solutions and associated unit tests for the questions in Cracking the\nCoding Interview 6th edition using JavaScript ES2015 features. These solutions\nspecifically take advantage of ES2015 enhancements to the JavaScript language\nand require the latest Node.js (\u003e= v5.0.0) to work properly. As not all ES2015\nfeatures are available in V8 yet babel is being used to fill in the gaps (at\nthis point only the ES2015 module syntax is being transpiled by babel).\n\n### Setup the project\nOnce downloaded ensure that Node.js is installed and run the following commands\nin this directory:\n```bash\nnpm install\n```\n\n### Running unit tests\nThe solutions are demonstrated by a set of unit tests which use the Mocha unit\ntest framework and Chai as an assertions library. These tests can be executed\nat any time with:\n```bash\nnpm test\n```\n\nAs part of the unit tests ESLint will also be run against all files to ensure\nthat the JavaScript is valid and follows best practice.\n\n### Linting source code\nWhile executing ESLint by itself is not necessary (as it runs as part of the\nunit test execution) you can choose to run it with:\n```bash\nnpm run lint\n```\n\n### Dependencies\nThis implementation of the solutions requires the following dependencies:\n\n* Node.js \u003e= v5.0.0\n* npm \u003e= v3\n* Mocha (installed via npm)\n* Chai (installed via npm)\n* Babel (installed via npm)\n","funding_links":[],"categories":["Collection of Cracking the Coding Interview Book Problem solution"],"sub_categories":["Other important resources"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcareercup%2FCtCI-6th-Edition-JavaScript-ES2015","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcareercup%2FCtCI-6th-Edition-JavaScript-ES2015","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcareercup%2FCtCI-6th-Edition-JavaScript-ES2015/lists"}