File tree
6,750 files changed
+3513018
-0
lines changed- NOTES-MISC
- BGOONZ_BLOG_2.0-notes
- META-info
- localhost
- _DataURI
- localhost8000
- ___graphiql
- ___graphql
- page-data
- 404.html
- dev-404-page
- socket.io
- content-notes
- react-md
- future-articles
- misc
- medium
- simple-blog
- content
- data
- team
- pages
- blog
- author
- category
- src
- components
- layouts
- pages
- sass
- abstracts
- base
- components
- layouts
- utils
- FUTURE_TOPICS
- js-info
- 1-js
- 01-getting-started
- 1-intro
- 2-manuals-specifications
- 3-code-editors
- 4-devtools
- 02-first-steps
- 01-hello-world
- 1-hello-alert
- solution.view
- 2-hello-alert-ext
- 02-structure
- 03-strict-mode
- 05-types
- 1-string-quotes
- 06-alert-prompt-confirm
- 1-simple-page
- 07-type-conversions
- 08-operators
- 1-increment-order
- 2-assignment-result
- 3-primitive-conversions-questions
- 4-fix-prompt
- 09-comparison
- 1-comparison-questions
- 10-ifelse
- 1-if-zero-string
- 2-check-standard
- ifelse_task2
- 3-sign
- if_sign
- 5-rewrite-if-question
- 6-rewrite-if-else-question
- 11-logical-operators
- 1-alert-null-2-undefined
- 2-alert-or
- 3-alert-1-null-2
- 4-alert-and
- 5-alert-and-or
- 6-check-if-in-range
- 7-check-if-out-range
- 8-if-question
- 9-check-login
- 12-nullish-coalescing-operator
- 13-while-for
- 1-loop-last-value
- 2-which-value-while
- 3-which-value-for
- 4-for-even
- 5-replace-for-while
- 6-repeat-until-correct
- 7-list-primes
- 14-switch
- 1-rewrite-switch-if-else
- 2-rewrite-if-switch
- 15-function-basics
- 04-variables
- 1-hello-variables
- 2-declare-variables
- 3-uppercast-constant
- 1-if-else-required
- 2-rewrite-function-question-or
- 3-min
- 4-pow
- 16-function-expressions
- 17-arrow-functions-basics
- 1-rewrite-arrow
- 18-javascript-specials
- 03-code-quality
- 01-debugging-chrome
- debugging.view
- 02-coding-style
- 1-style-errors
- 03-comments
- 04-ninja-code
- 05-testing-mocha
- 3-pow-test-wrong
- beforeafter.view
- pow-1.view
- pow-2.view
- pow-3.view
- pow-4.view
- pow-full.view
- pow-min.view
- pow-nan.view
- 06-polyfills
- 04-object-basics
- 01-object
- 2-hello-object
- 3-is-empty
- _js.view
- 5-sum-object
- 8-multiply-numeric
- _js.view
- 02-object-copy
- 03-garbage-collection
- 04-object-methods
- 4-object-property-this
- 7-calculator
- _js.view
- 8-chain-calls
- _js.view
- 06-constructor-new
- 1-two-functions-one-object
- 2-calculator-constructor
- _js.view
- 3-accumulator
- _js.view
- 07-optional-chaining
- 08-symbol
- 09-object-toprimitive
- 05-data-types
- 01-primitives-methods
- 1-string-new-property
- 02-number
- 1-sum-interface
- 2-why-rounded-down
- 3-repeat-until-number
- _js.view
- 4-endless-loop-error
- 8-random-min-max
- 9-random-int-min-max
- 03-string
- 1-ucfirst
- _js.view
- 2-check-spam
- _js.view
- 3-truncate
- _js.view
- 4-extract-currency
- _js.view
- 04-array
- 1-item-value
- 10-maximal-subarray
- _js.view
- 2-create-array
- 3-call-array-this
- 5-array-input-sum
- 05-array-methods
- 1-camelcase
- _js.view
- 10-average-age
- 11-array-unique
- _js.view
- 12-reduce-object
- _js.view
- 2-filter-range
- _js.view
- 3-filter-range-in-place
- _js.view
- 4-sort-back
- 5-copy-sort-array
- 6-array-get-names
- 6-calculator-extendable
- _js.view
- 7-map-objects
- 8-sort-objects
- 9-shuffle
- 06-iterable
- 07-map-set
- 01-array-unique-map
- _js.view
- 02-filter-anagrams
- _js.view
- 03-iterable-keys
- 08-weakmap-weakset
- 01-recipients-read
- 02-recipients-when-read
- 09-keys-values-entries
- 01-sum-salaries
- _js.view
- 02-count-properties
- _js.view
- 10-destructuring-assignment
- 1-destruct-user
- 6-max-salary
- _js.view
- 11-date
- 1-new-date
- 2-get-week-day
- _js.view
- 3-weekday
- _js.view
- 4-get-date-ago
- _js.view
- 5-last-day-of-month
- _js.view
- 6-get-seconds-today
- 7-get-seconds-to-tomorrow
- 8-format-date-relative
- _js.view
- 12-json
- 1-serialize-object
- 2-serialize-event-circular
- 06-advanced-functions
- 01-recursion
- 01-sum-to
- 02-factorial
- 03-fibonacci-numbers
- 04-output-single-linked-list
- 05-output-single-linked-list-reverse
- 02-rest-parameters-spread
- 03-closure
- 1-closure-latest-changes
- 10-make-army
- _js.view
- 2-closure-variable-access
- 3-counter-independent
- 4-counter-object-independent
- 5-function-in-if
- 6-closure-sum
- 7-let-scope
- 8-filter-through-function
- _js.view
- 9-sort-by-field
- _js.view
- 04-var
- 05-global-object
- 06-function-object
- 2-counter-inc-dec
- _js.view
- 5-sum-many-brackets
- _js.view
- 07-new-function
- 08-settimeout-setinterval
- 1-output-numbers-100ms
- 4-settimeout-result
- 09-call-apply-decorators
- 01-spy-decorator
- _js.view
- 02-delay
- _js.view
- 03-debounce
- _js.view
- debounce.view
- 04-throttle
- _js.view
- 10-bind
- 2-write-to-object-after-bind
- 3-second-bind
- 4-function-property-after-bind
- 5-question-use-bind
- 6-ask-partial
- 12-arrow-functions
- 07-object-properties
- 01-property-descriptors
- 02-property-accessors
- 08-prototypes
- 01-prototype-inheritance
- 1-property-after-delete
- 2-search-algorithm
- 3-proto-and-this
- 4-hamster-proto
- 02-function-prototype
- 1-changing-prototype
- 4-new-object-same-constructor
- 03-native-prototypes
- 1-defer-to-prototype
- 2-defer-to-prototype-extended
- 04-prototype-methods
- 2-dictionary-tostring
- 3-compare-calls
- 09-classes
- 01-class
- 1-rewrite-to-class
- _js.view
- 02-class-inheritance
- 1-class-constructor-error
- 2-clock-class-extended
- solution.view
- source.view
- 03-static-properties-methods
- 3-class-extend-object
- 04-private-protected-properties-methods
- 05-extend-natives
- 06-instanceof
- 1-strange-instanceof
- 07-mixins
- 10-error-handling
- 1-try-catch
- 1-finally-or-code-after
- 2-custom-errors
- 1-format-error
- 11-async
- 01-callbacks
- 02-promise-basics
- 01-re-resolve
- 02-delay-promise
- 03-animate-circle-promise
- solution.view
- 03-promise-chaining
- 01-then-vs-catch
- 04-promise-error-handling
- 01-error-async
- 05-promise-api
- 06-promisify
- 07-microtask-queue
- 08-async-await
- 01-rewrite-async
- 02-rewrite-async-2
- 03-async-from-regular
- 12-generators-iterators
- 1-generators
- 01-pseudo-random-generator
- _js.view
- 2-async-iterators-generators
- 13-modules
- 01-modules-intro
- say.view
- scopes-working.view
- scopes.view
- 02-import-export
- 03-modules-dynamic-imports
- say.view
- 99-js-misc
- 01-proxy
- 01-error-nonexisting
- 02-array-negative
- 03-observable
- 02-eval
- 1-eval-calculator
- 03-currying-partials
- 04-reference-type
- 2-check-syntax
- 3-why-this
- 05-bigint
- 2-ui
- 1-document
- 01-browser-environment
- 02-dom-nodes
- 04-searching-elements-dom
- 1-find-elements
- 05-basic-dom-node-properties
- 2-lastchild-nodetype-inline
- 2-tree-info
- solution.view
- source.view
- 3-tag-in-comment
- 4-where-document-in-hierarchy
- 06-dom-attributes-and-properties
- 1-get-user-attribute
- 2-yellow-links
- solution.view
- source.view
- 07-modifying-document
- 1-createtextnode-vs-innerhtml
- 10-clock-setinterval
- solution.view
- source.view
- 11-append-to-list
- 12-sort-table
- solution.view
- source.view
- 4-clear-elem
- 5-why-aaa
- 6-create-list
- solution.view
- 7-create-object-tree
- build-tree-dom.view
- innerhtml.view
- source.view
- 8-tree-count
- solution.view
- source.view
- 9-calendar-table
- solution.view
- source.view
- 08-styles-and-classes
- 2-create-notification
- solution.view
- source.view
- 09-size-and-scroll
- 1-get-scroll-height-bottom
- 2-scrollbar-width
- 4-put-ball-in-center
- ball-half
- solution.view
- source.view
- 6-width-vs-clientwidth
- cssWidthScroll.view
- metric.view
- 10-size-and-scroll-window
- 11-coordinates
- 1-find-point-coordinates
- solution.view
- source.view
- 2-position-at
- solution.view
- source.view
- 3-position-at-absolute
- solution.view
- 4-position-inside-absolute
- solution.view
- 2-events
- 01-introduction-browser-events
- 01-hide-other
- solution.view
- source.view
- 02-hide-self-onclick
- 03-which-handlers-run
- 04-move-ball-field
- solution.view
- source.view
- 06-hide-message
- solution.view
- source.view
- 07-carousel
- solution.view
- source.view
- 02-bubbling-and-capturing
- INITIAL_COMMIT
- plugins
- gatsby-remark-page-creator
- gatsby-source-data
- src
- components
- data
- pages
- blog
- docs
- about
- community
- faq
- getting-started
- manage-content
- tools
- ui-components
- sass
- imports
- templates
- utils
- static
- images
- js
- MEDIUM/materials/front-end-frameworks
- bootstrap/1
- gatsby
- cv
- content
- images
- gatsby-learning/.cache
- _this_is_virtual_fs_path_/$virtual
- caches
- gatsby-plugin-mdx/mdx-scopes-dir
- gatsby-source-contentful
- commonjs
- fast-refresh-overlay
- components
- helpers
- loading-indicator
- ssr-builtin-trackers
- develop-html
- fast-refresh-overlay
- components
- helpers
- functions
- json
- loading-indicator
- redux
- ssr-builtin-trackers
- webpack/babel
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
6,750 files changed
+3513018
-0
lines changedLines changed: 1855 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 96 additions & 0 deletions
| 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