File tree
386 files changed
+31970
-525
lines changed- questions
- can-you-offer-a-use-case-for-the-new-arrow-function-syntax-how-does-this-new-syntax-differ-from-other-functions
- describe-event-bubbling
- describe-event-capturing
- describe-the-difference-between-a-cookie-sessionstorage-and-localstorage
- describe-the-difference-between-script-async-and-script-defer
- difference-between-document-load-event-and-document-domcontentloaded-event
- difference-between-function-person-var-person-person-and-var-person-new-person
- explain-ajax-in-as-much-detail-as-possible
- explain-event-delegation
- explain-function-prototype-bind
- explain-hoisting
- explain-how-jsonp-works-and-how-its-not-really-ajax
- explain-how-prototypal-inheritance-works
- explain-how-this-works-in-javascript
- explain-the-concept-of-a-callback-function-in-asynchronous-operations
- explain-the-concept-of-a-microtask-queue
- explain-the-concept-of-caching-and-how-it-can-be-used-to-improve-performance
- explain-the-concept-of-code-coverage-and-how-it-can-be-used-to-assess-test-quality
- explain-the-concept-of-content-security-policy-csp-and-how-it-enhances-security
- explain-the-concept-of-cross-site-request-forgery-csrf-and-its-mitigation-techniques
- explain-the-concept-of-debouncing-and-throttling
- explain-the-concept-of-destructuring-assignment-for-objects-and-arrays
- explain-the-concept-of-error-propagation-in-javascript
- explain-the-concept-of-hoisting-with-regards-to-functions
- explain-the-concept-of-inheritance-in-es2015-classes
- explain-the-concept-of-input-validation-and-its-importance-in-security
- explain-the-concept-of-lazy-loading-and-how-it-can-improve-performance
- explain-the-concept-of-lexical-scoping
- explain-the-concept-of-partial-application
- explain-the-concept-of-scope-in-javascript
- explain-the-concept-of-tagged-templates
- explain-the-concept-of-test-driven-development-tdd
- explain-the-concept-of-the-prototype-pattern
- explain-the-concept-of-the-singleton-pattern
- explain-the-concept-of-the-spread-operator-and-its-uses
- explain-the-concept-of-the-strategy-pattern
- explain-the-concept-of-the-web-socket-api
- explain-the-concept-of-this-binding-in-event-handlers
- explain-the-concept-of-tree-shaking-in-module-bundling
- explain-the-difference-between-classical-inheritance-and-prototypal-inheritance
- explain-the-difference-between-documentqueryselector-and-documentgetelementbyid
- explain-the-difference-between-dot-notation-and-bracket-notation-for-accessing-object-properties
- explain-the-difference-between-global-scope-function-scope-and-block-scope
- explain-the-difference-between-mutable-and-immutable-objects
- explain-the-difference-between-shallow-copy-and-deep-copy
- explain-the-difference-between-synchronous-and-asynchronous-functions
- explain-the-difference-between-unit-testing-integration-testing-and-end-to-end-testing
- explain-the-difference-in-hoisting-between-var-let-and-const
- explain-the-differences-between-commonjs-modules-and-es-modules
- explain-the-differences-on-the-usage-of-foo-between-function-foo-and-var-foo-function
- explain-the-different-states-of-a-promise
- explain-the-different-ways-the-this-keyword-can-be-bound
- explain-the-event-phases-in-a-browser
- explain-the-observer-pattern-and-its-use-cases
- explain-the-same-origin-policy-with-regards-to-javascript
- explain-what-a-single-page-app-is-and-how-to-make-one-seo-friendly
- explain-why-the-following-doesnt-work-as-an-iife-function-foo--what-needs-to-be-changed-to-properly-make-it-an-iife
- how-can-closures-be-used-to-create-private-variables
- how-can-you-create-custom-error-objects
- how-can-you-implement-secure-authentication-and-authorization-in-javascript-applications
- how-can-you-optimize-dom-manipulation-for-better-performance
- how-can-you-optimize-network-requests-for-better-performance
- how-can-you-prevent-clickjacking-attacks
- how-can-you-prevent-sql-injection-vulnerabilities-in-javascript-applications
- how-can-you-test-asynchronous-code-in-javascript
- how-do-currying-and-partial-application-differ-from-each-other
- how-do-iframe-on-a-page-communicate
- how-do-sets-and-maps-handle-equality-checks-for-objects
- how-do-you-abort-a-web-request-using-abortcontrollers
- how-do-you-access-the-index-of-an-element-in-an-array-during-iteration
- how-do-you-add-remove-and-modify-html-elements-using-javascript
- how-do-you-add-remove-and-update-elements-in-an-array
- how-do-you-check-if-an-object-has-a-specific-property
- how-do-you-check-the-data-type-of-a-variable
- how-do-you-convert-a-set-to-an-array-in-javascript
- how-do-you-convert-a-string-to-a-number-in-javascript
- how-do-you-create-a-constructor-function
- how-do-you-detect-if-javascript-is-disabled-on-a-page
- how-do-you-get-the-query-string-values-of-the-current-page-in-javascript
- how-do-you-handle-errors-in-asynchronous-operations
- how-do-you-handle-errors-using-trycatch-blocks
- how-do-you-import-and-export-modules-in-javascript
- how-do-you-make-an-http-request-using-the-fetch-api
- how-do-you-manipulate-css-styles-using-javascript
- how-do-you-organize-your-code-module-pattern-classical-inheritance
- how-do-you-prevent-the-default-behavior-of-an-event
- how-do-you-redirect-to-a-new-page-in-javascript
- how-do-you-reliably-determine-whether-an-object-is-empty
- how-do-you-use-windowhistory-api
- how-do-you-validate-form-elements-using-the-constraint-validation-api
- how-do-you-write-unit-tests-for-javascript-code
- how-does-hoisting-affect-function-declarations-and-expressions
- how-does-javascript-garbage-collection-work
- how-is-promiseall-different-from-promiseallsettled
- provide-some-examples-of-how-currying-and-partial-application-can-be-used
- what-advantage-is-there-for-using-the-arrow-syntax-for-a-method-in-a-constructor
- what-are-callback-functions-and-how-are-they-used
- what-are-default-parameters-and-how-are-they-used
- what-are-design-patterns-and-why-are-they-useful
- what-are-event-listeners-and-how-are-they-used
- what-are-iterators-and-generators-and-what-are-they-used-for
- what-are-javascript-object-getters-and-setters-for
- what-are-javascript-object-property-flags-and-descriptors
- what-are-javascript-polyfills-for
- what-are-mocks-and-stubs-and-how-are-they-used-in-testing
- what-are-modules-and-why-are-they-useful
- what-are-progressive-web-applications-pwas
- what-are-promises-and-how-do-they-work
- what-are-proxies-in-javascript-used-for
- what-are-rest-parameters-and-how-are-they-used
- what-are-server-sent-events
- what-are-sets-and-maps-and-how-are-they-used
- what-are-some-best-practices-for-handling-sensitive-data-in-javascript
- what-are-some-best-practices-for-writing-maintainable-and-effective-tests
- what-are-some-common-performance-bottlenecks-in-javascript-applications
- what-are-some-common-security-headers-and-their-purpose
- what-are-some-of-the-advantages-disadvantages-of-writing-javascript-code-in-a-language-that-compiles-to-javascript
- what-are-some-popular-javascript-testing-frameworks
- what-are-some-techniques-for-reducing-reflows-and-repaints
- what-are-some-tools-and-techniques-for-identifying-security-vulnerabilities-in-javascript-code
- what-are-some-tools-that-can-be-used-for-javascript-testing
- what-are-some-tools-that-can-be-used-to-measure-and-analyze-javascript-performance
- what-are-symbols-used-for
- what-are-template-literals-and-how-are-they-used
- what-are-the-advantages-and-disadvantages-of-using-ajax
- what-are-the-advantages-of-using-the-spread-operator-with-arrays-and-objects
- what-are-the-benefits-of-using-a-module-bundler
- what-are-the-benefits-of-using-currying-and-partial-application
- what-are-the-benefits-of-using-spread-syntax-and-how-is-it-different-from-rest-syntax
- what-are-the-common-pitfalls-of-using-the-this-keyword
- what-are-the-differences-between-es6-class-and-es5-function-constructors
- what-are-the-differences-between-map-set-and-weakmap-weakset
- what-are-the-differences-between-variables-created-using-let-var-or-const
- what-are-the-differences-between-xmlhttprequest-and-fetch
- what-are-the-different-methods-for-iterating-over-an-array
- what-are-the-different-types-of-errors-in-javascript
- what-are-the-different-types-of-testing-in-software-development
- what-are-the-different-ways-to-copy-an-object-or-an-array
- what-are-the-different-ways-to-make-an-api-call-in-javascript
- what-are-the-metadata-fields-of-a-module
- what-are-the-potential-issues-caused-by-hoisting
- what-are-the-potential-pitfalls-of-using-closures
- what-are-the-pros-and-cons-of-using-promises-instead-of-callbacks
- what-are-the-various-data-types-in-javascript
- what-are-the-various-ways-to-create-objects-in-javascript
- what-are-web-workers-and-how-can-they-be-used-to-improve-performance
- what-are-workers-in-javascript-used-for
- what-do-you-think-of-amd-vs-commonjs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
386 files changed
+31970
-525
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 |
| |
12 |
| - | |
| 16 | + | |
13 | 17 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 |
| |
20 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
21 | 35 |
| |
22 | 36 |
| |
23 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
24 | 40 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
28 | 49 |
| |
29 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
30 | 53 |
| |
31 | 54 |
| |
32 |
| - | |
| 55 | + | |
33 | 56 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 57 | + | |
37 | 58 |
| |
38 |
| - | |
| 59 | + | |
39 | 60 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
| 61 | + | |
| 62 | + | |
43 | 63 |
| |
44 |
| - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
45 | 97 |
| |
46 |
| - | |
47 |
| - | |
48 |
| - | |
| 98 | + | |
49 | 99 |
| |
50 |
| - | |
| 100 | + | |
| 101 | + | |
| 102 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + |
0 commit comments