Skip to content

Commit

Permalink
fix: move spread syntax into workflow section
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 4, 2022
1 parent 1cc727b commit 603cbb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
* [Properties Names](v8-tips/properties-names.md)
* [Sparse Arrays](v8-tips/sparse-arrays.md)
* [Use strict](v8-tips/use-strict.md)
* [Spread Syntax](v8-tips/spread-syntax.md)

* Workflow
* [Deferring by a tick](workflow/defer.md)
* [Value vs. reference](workflow/passing-by-value.md)
* [How to clone](workflow/how-to-clone.md)
* [Lookup table](workflow/lookup-table.md)
* [Math methods](workflow/math.md)
* [Memoization](workflow/memoization.md)
* [null or undefined](workflow/null-or-undefined.md)
* [Scope](workflow/scope.md)
* [Spread Syntax](workflow/spread-syntax.md)
* [Value vs. reference](workflow/passing-by-value.md)
* [Variable access](workflow/variable-access.md)
* [How to clone](workflow/how-to-clone.md)
* [null or undefined](workflow/null-or-undefined.md)
File renamed without changes.

1 comment on commit 603cbb7

@vercel
Copy link

@vercel vercel bot commented on 603cbb7 Apr 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.