{"id":20285512,"url":"https://github.com/iftekheraziz/debugging-advanced-calculator","last_synced_at":"2025-10-12T22:43:45.764Z","repository":{"id":170307980,"uuid":"611042970","full_name":"IftekherAziz/Debugging-Advanced-Calculator","owner":"IftekherAziz","description":"Debugging Advanced Calculator","archived":false,"fork":false,"pushed_at":"2023-05-28T11:15:47.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T22:43:44.117Z","etag":null,"topics":["chrome-devtools","debugging","debugging-tool","html5","javascript","modern-javascript"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/IftekherAziz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-08T01:35:20.000Z","updated_at":"2023-05-28T11:17:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"254a1970-6c3c-426b-86f6-09083bc4616b","html_url":"https://github.com/IftekherAziz/Debugging-Advanced-Calculator","commit_stats":null,"previous_names":["iftekheraziz/debugging-advanced-calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IftekherAziz/Debugging-Advanced-Calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IftekherAziz%2FDebugging-Advanced-Calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IftekherAziz%2FDebugging-Advanced-Calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IftekherAziz%2FDebugging-Advanced-Calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IftekherAziz%2FDebugging-Advanced-Calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IftekherAziz","download_url":"https://codeload.github.com/IftekherAziz/Debugging-Advanced-Calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IftekherAziz%2FDebugging-Advanced-Calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013281,"owners_count":26085250,"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-10-12T02:00:06.719Z","response_time":53,"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":["chrome-devtools","debugging","debugging-tool","html5","javascript","modern-javascript"],"created_at":"2024-11-14T14:27:10.898Z","updated_at":"2025-10-12T22:43:45.728Z","avatar_url":"https://github.com/IftekherAziz.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003c!-- Quiz --\u003e\n\n1. How can you add a class name to addBtn?(Do some research on it)\n    \n   const addBtn = document.getElementById(\"add-btn\");\n\n- All of the above\n\n2. The value of total will be?\n\n  const sum = (p, q) =\u003e parseInt(p) + q;\n  const total = sum(\"h\", 1);\n\n- NAN\n\n3. What is the output?\n\n  const marks= 60;\n  const resubmit = -5; \n  console.log(!(marks \u003e 0 || resubmit \u003e 0));\n \n - False\n\n 4. How will you find out the numbers of properties present in an object person?\n \n const person = {\n  name: \"hero\", \n  id: 101, \n  address: \"BD\",\n  postalCode: 40321\n};\n\n- console.log(Object.keys(person).length);\n\n5. What will be the output?\n\n   const animals = ['cat', 'dog', 'rat'];\n   console.log(animals.includes('Cat'));\n \n - False\n\n 6. If you call the unique function and pass the array what will you get?\n\n   const unique = array =\u003e array.indexOf(“21”);\n   const array = [2,3,4,5,2];\n\n- -1\n\n7. What will be the return of add(“2”,3)?\n\n   const add =(para1 , para2) =\u003e para2 + para1\n\n- 32\n\n8. If you run the above code, which type of error will you get?\n\n ` const b=6\n  b=6\n  console.log(b);`\n\n- Assignment Error\n\n9. What is a regular expression ?\n\n- A sequesnce of characters that specifies a search pattern\n\n10. What would be the output? \n\n   const colors = {mango: 'green', grapes: 'black', organe: 'yellow'};\n   console.log(colors[grapes])\n\n- Uncaught Referrer Error\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiftekheraziz%2Fdebugging-advanced-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiftekheraziz%2Fdebugging-advanced-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiftekheraziz%2Fdebugging-advanced-calculator/lists"}