Skip to content

Commit 4c98c4b

Browse files
committed
UPD - JavaScript Section
1 parent 393316f commit 4c98c4b

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

docs/technologies/javascript/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description : Javascript-related topics for beginners and medium-skilled progra
1212
- [Working with JavaScript variables Classes and Objects](./working-with-classes-and-objects)
1313
- let, var, classes and all important concepts
1414
- [JavaScript HTML DOM Simplified - Beginner’s Guide](./html-dom-simplified)
15-
- How to use the spread operator in JavaScript
15+
- [How to use the spread operator in JavaScript](./spread-operator)
1616
- All about JavaScript Arrays: usage & processing
1717
- Beginner’s Guide to asynchronous request in JavaScript
1818
- jQuery vs VanillaJS

docs/technologies/javascript/html-dom-simplified.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ You can remove an event using the [`removeEventListener`](https://developer.mozi
278278
So far, you’ve learnt the basics of what the DOM is and how it works, how to modify elements, add new ones, and listen to events on your web page.
279279
A solid understanding of the HTML DOM is essential when building interactive web pages and creating dynamic user interfaces with HTML and JavaScript.
280280

281+
<br />
282+
281283
## Resources
282284

283285
- 👉 [JavaScript Tutorial](https://developer.mozilla.org/en-US/docs/Web/JavaScript) by Mozilla Foundation
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Spread Operator
3+
description: JavaScript Spread Operator
4+
---
5+
6+
import SubHeading from "@site/src/components/SubHeading";
7+
8+
<SubHeading color='#25c2a0'>
9+
How to Use the Spread Operator (…) in JavaScript
10+
</SubHeading>
11+
12+
@ToDo
13+
14+
<br />
15+
16+
## Resources
17+
18+
- 👉 [JavaScript Tutorial](https://developer.mozilla.org/en-US/docs/Web/JavaScript) by Mozilla Foundation
19+
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
20+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

0 commit comments

Comments
 (0)