Rename articles prefixed with js-

This commit is contained in:
Angelos Chalaris
2023-05-18 23:29:52 +03:00
parent 2e31d65a39
commit 00f280bd16
63 changed files with 51 additions and 51 deletions

View File

@ -2,7 +2,7 @@ slug: js/array-initialization
name: JavaScript Array Initialization
featured: true
snippetIds:
- articles/s/js-array-initialization
- js/s/array-initialization
- js/s/initialize-array-with-values
- js/s/initialize-array-with-range
- js/s/initialize-array-with-range-right

View File

@ -2,15 +2,15 @@ slug: js/array-methods
name: JavaScript Array Methods
featured: true
snippetIds:
- articles/s/js-array-map-vs-foreach
- js/s/array-map-vs-foreach
- articles/s/4-javascript-array-methods
- js/s/array-comparison
- js/s/index-for-of-loop
- js/s/for-loop-early-break
- articles/s/js-array-initialization
- js/s/array-initialization
- articles/s/code-anatomy-chaining-reduce-for-loop
- js/s/async-array-loops
- articles/s/js-typecheck-array
- js/s/typecheck-array
splash: laptop-lamp.png
description: >-
JavaScript arrays offer a lot of data manipulation and transformation methods.

View File

@ -4,16 +4,16 @@ miniName: Data Structures
parent: js
featured: true
snippetIds:
- articles/s/js-native-data-structures
- articles/s/js-data-structures-queue
- articles/s/js-data-structures-stack
- articles/s/js-data-structures-linked-list
- articles/s/js-data-structures-doubly-linked-list
- articles/s/js-data-structures-graph
- articles/s/js-data-structures-tree
- articles/s/js-data-structures-binary-tree
- articles/s/js-data-structures-binary-search-tree
- articles/s/js-frequency-map-data-structure
- js/s/native-data-structures
- js/s/data-structures-queue
- js/s/data-structures-stack
- js/s/data-structures-linked-list
- js/s/data-structures-doubly-linked-list
- js/s/data-structures-graph
- js/s/data-structures-tree
- js/s/data-structures-binary-tree
- js/s/data-structures-binary-search-tree
- js/s/frequency-map-data-structure
- articles/s/big-o-cheatsheet
splash: purple-flower.png
description: >-

View File

@ -2,7 +2,7 @@ slug: js/dom-manipulation
name: JavaScript DOM Manipulation
featured: true
snippetIds:
- articles/s/js-create-html-elements
- js/s/create-html-elements
- js/s/create-element
- js/s/remove-element
- js/s/insert-after

View File

@ -13,7 +13,7 @@ snippetIds:
- js/s/element-is-visible-in-viewport
- articles/s/select-focused-dom-element
- js/s/get-elements-bigger-than-viewport
- articles/s/js-element-from-point
- js/s/element-from-point
- js/s/element-is-focused
- js/s/get-vertical-offset
- js/s/store-dom-items

View File

@ -10,7 +10,7 @@ snippetIds:
- js/s/undeclared-undefined-null
- js/s/variable-hoisting
- js/s/variable-scope
- articles/s/js-callbacks
- js/s/callbacks
- js/s/pass-by-reference-or-pass-by-value
- js/s/promises
- js/s/sync-async
@ -21,17 +21,17 @@ snippetIds:
- js/s/object-comparison
- js/s/array-comparison
- js/s/array-includes-value
- articles/s/js-array-map-vs-foreach
- js/s/array-map-vs-foreach
- js/s/event-bubbling-capturing-delegation
- js/s/value-not-equal-to-itself
- js/s/blank-value
- js/s/string-immutability
- articles/s/js-static-instance-methods
- js/s/static-instance-methods
- js/s/arrow-functions
- js/s/pure-functions
- js/s/recursion
- js/s/use-strict
- articles/s/js-async-defer
- js/s/async-defer
- js/s/closures
- js/s/iife
- js/s/event-loop-explained

View File

@ -4,13 +4,13 @@ featured: true
snippetIds:
- js/s/store-dom-items
- articles/s/passive-scroll-listener-performance
- articles/s/js-textcontent-or-innertext
- js/s/textcontent-or-innertext
- js/s/memoization
- articles/s/js-array-filtering-tips
- articles/s/js-fast-remove-array-element
- js/s/array-filtering-tips
- js/s/fast-remove-array-element
- articles/s/code-anatomy-optimizing-recursion
- js/s/switch-object
- articles/s/js-dynamic-properties-are-slow
- js/s/dynamic-properties-are-slow
- articles/s/big-o-cheatsheet
splash: do-more-computer.png
description: >-

View File

@ -2,15 +2,15 @@ slug: js/proxy
name: JavaScript Proxy
featured: true
snippetIds:
- articles/s/js-proxy-introduction
- articles/s/js-dynamic-getter-setter-proxy
- articles/s/js-immutable-object-proxy
- js/s/proxy-introduction
- js/s/dynamic-getter-setter-proxy
- js/s/immutable-object-proxy
- js/s/singleton-proxy
- articles/s/js-dynamic-getter-chain-proxy
- js/s/dynamic-getter-chain-proxy
- js/s/object-array-proxy
- articles/s/js-proxy-array-negative-index
- articles/s/js-cannot-extend-proxy-object
- articles/s/js-typecheck-proxy
- js/s/proxy-array-negative-index
- js/s/cannot-extend-proxy-object
- js/s/typecheck-proxy
splash: laptop-coffee.png
description: >-
The JavaScript Proxy object can be a very powerful tool to extend the

View File

@ -3,10 +3,10 @@ name: URLs in JavaScript
featured: true
snippetIds:
- js/s/modify-url-without-reload
- articles/s/js-construct-url
- articles/s/js-edit-url-params
- js/s/construct-url
- js/s/edit-url-params
- js/s/reload-page
- articles/s/js-window-location-cheatsheet
- js/s/window-location-cheatsheet
- js/s/current-url
- js/s/https-redirect
- js/s/get-url-parameters