Skip to content

Commit ecb038d

Browse files
committed
update website
1 parent 4febf6b commit ecb038d

File tree

17 files changed

+16
-17
lines changed

17 files changed

+16
-17
lines changed

angular/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ <h3 class="post-title text-truncate mb-3"><a href="https://coreui.io/blog/what-a
986986
/>
987987
</a>
988988
<p>
989-
In JavaScript, the three dots operator (...) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers …
989+
<p>In JavaScript, the three dots operator (<code>...</code>) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers …</p>
990990
</p>
991991
<a href="https://coreui.io/blog/what-are-the-three-dots-in-javascript-do/" class="btn btn-border btn-border-grey btn-xl">Read More…</a>
992992
</div>

blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ <h2 class="post-title mb-3"><a href="https://coreui.io/blog/what-are-the-three-d
384384
width="920px"
385385
/>
386386

387-
In JavaScript, the three dots operator (...) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers handle arrays, objects, and function parameters. Understanding this syntax is crucial for any software developer looking to write clean, efficient, and maintainable code. In this article, we’ll explore the various ways you can use the spread operator, spread syntax, and rest operator in your JavaScript code.
387+
<p>In JavaScript, the three dots operator (<code>...</code>) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers handle arrays, objects, and function parameters. Understanding this syntax is crucial for any software developer looking to write clean, efficient, and maintainable code. In this article, we’ll explore the various ways you can use the spread operator, spread syntax, and rest operator in your JavaScript code.</p>
388388

389389
<div>
390390
<a href="https://coreui.io/blog/what-are-the-three-dots-in-javascript-do/" class="btn btn-border btn-border-grey btn-xl">Read More…</a>

blog/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link>https://coreui.io/blog/what-are-the-three-dots-in-javascript-do/</link>
1313
<pubDate>Tue, 03 Sep 2024 09:00:00 +0100</pubDate>
1414
<guid>https://coreui.io/blog/what-are-the-three-dots-in-javascript-do/</guid>
15-
<description>In JavaScript, the three dots operator (...) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers handle arrays, objects, and function parameters. Understanding this syntax is crucial for any software developer looking to write clean, efficient, and maintainable code. In this article, we’ll explore the various ways you can use the spread operator, spread syntax, and rest operator in your JavaScript code.</description>
15+
<description>&lt;p&gt;In JavaScript, the three dots operator (&lt;code&gt;...&lt;/code&gt;) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers handle arrays, objects, and function parameters. Understanding this syntax is crucial for any software developer looking to write clean, efficient, and maintainable code. In this article, we’ll explore the various ways you can use the spread operator, spread syntax, and rest operator in your JavaScript code.&lt;/p&gt;</description>
1616
</item>
1717
<item>
1818
<title>How to replace all occurrences of a string in JavaScript?</title>

blog/what-are-the-three-dots-in-javascript-do/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ <h3 id="using-the-spread-operator-in-function-calls">Using the Spread Operator i
462462
<h2 id="conclusion">Conclusion</h2>
463463
<p>Understanding the three dots operator—whether as a spread operator or a rest operator—is essential for any software developer working with JavaScript. It provides a more intuitive way to handle arrays, objects, and function parameters. Whether you’re merging arrays, creating shallow copies of objects, or managing variable numbers of arguments, the spread and rest operators are indispensable tools in modern JavaScript development.</p>
464464
<p>By incorporating these concepts into your code, you can write more flexible and efficient programs that are easier to maintain and understand.</p>
465-
466465

467466
</div></div><div class="blog-ads">
468467
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEAICKJY&placement=coreuiio" id="_carbonads_js"></script>

bootstrap/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ <h3 class="post-title text-truncate mb-3"><a href="https://coreui.io/blog/what-a
984984
/>
985985
</a>
986986
<p>
987-
In JavaScript, the three dots operator (...) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers …
987+
<p>In JavaScript, the three dots operator (<code>...</code>) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers …</p>
988988
</p>
989989
<a href="https://coreui.io/blog/what-are-the-three-dots-in-javascript-do/" class="btn btn-border btn-border-grey btn-xl">Read More…</a>
990990
</div>

categories/blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ <h2 class="post-title mb-3"><a href="https://coreui.io/blog/what-are-the-three-d
384384
width="920px"
385385
/>
386386

387-
In JavaScript, the three dots operator (...) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers handle arrays, objects, and function parameters. Understanding this syntax is crucial for any software developer looking to write clean, efficient, and maintainable code. In this article, we’ll explore the various ways you can use the spread operator, spread syntax, and rest operator in your JavaScript code.
387+
<p>In JavaScript, the three dots operator (<code>...</code>) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers handle arrays, objects, and function parameters. Understanding this syntax is crucial for any software developer looking to write clean, efficient, and maintainable code. In this article, we’ll explore the various ways you can use the spread operator, spread syntax, and rest operator in your JavaScript code.</p>
388388

389389
<div>
390390
<a href="https://coreui.io/blog/what-are-the-three-dots-in-javascript-do/" class="btn btn-border btn-border-grey btn-xl">Read More…</a>

categories/blog/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link>https://coreui.io/blog/what-are-the-three-dots-in-javascript-do/</link>
1414
<pubDate>Tue, 03 Sep 2024 09:00:00 +0100</pubDate>
1515
<guid>https://coreui.io/blog/what-are-the-three-dots-in-javascript-do/</guid>
16-
<description>In JavaScript, the three dots operator (...) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers handle arrays, objects, and function parameters. Understanding this syntax is crucial for any software developer looking to write clean, efficient, and maintainable code. In this article, we’ll explore the various ways you can use the spread operator, spread syntax, and rest operator in your JavaScript code.</description>
16+
<description>&lt;p&gt;In JavaScript, the three dots operator (&lt;code&gt;...&lt;/code&gt;) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers handle arrays, objects, and function parameters. Understanding this syntax is crucial for any software developer looking to write clean, efficient, and maintainable code. In this article, we’ll explore the various ways you can use the spread operator, spread syntax, and rest operator in your JavaScript code.&lt;/p&gt;</description>
1717
</item>
1818
<item>
1919
<title>How to replace all occurrences of a string in JavaScript?</title>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ <h3 class="post-title text-truncate mb-3"><a href="https://coreui.io/blog/what-a
980980
/>
981981
</a>
982982
<p>
983-
In JavaScript, the three dots operator (...) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers …
983+
<p>In JavaScript, the three dots operator (<code>...</code>) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers …</p>
984984
</p>
985985
<a href="https://coreui.io/blog/what-are-the-three-dots-in-javascript-do/" class="btn btn-border btn-border-grey btn-xl">Read More…</a>
986986
</div>

index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link>https://coreui.io/blog/what-are-the-three-dots-in-javascript-do/</link>
1313
<pubDate>Tue, 03 Sep 2024 09:00:00 +0100</pubDate>
1414
<guid>https://coreui.io/blog/what-are-the-three-dots-in-javascript-do/</guid>
15-
<description>In JavaScript, the three dots operator (...) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers handle arrays, objects, and function parameters. Understanding this syntax is crucial for any software developer looking to write clean, efficient, and maintainable code. In this article, we’ll explore the various ways you can use the spread operator, spread syntax, and rest operator in your JavaScript code.</description>
15+
<description>&lt;p&gt;In JavaScript, the three dots operator (&lt;code&gt;...&lt;/code&gt;) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers handle arrays, objects, and function parameters. Understanding this syntax is crucial for any software developer looking to write clean, efficient, and maintainable code. In this article, we’ll explore the various ways you can use the spread operator, spread syntax, and rest operator in your JavaScript code.&lt;/p&gt;</description>
1616
</item>
1717
<item>
1818
<title>CoreUI for Vue v5.3.0</title>

laravel/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ <h3 class="post-title text-truncate mb-3"><a href="https://coreui.io/blog/what-a
723723
/>
724724
</a>
725725
<p>
726-
In JavaScript, the three dots operator (...) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers …
726+
<p>In JavaScript, the three dots operator (<code>...</code>) is a versatile feature introduced in ES6. Known as the spread operator and rest parameter, these three dots have transformed how developers …</p>
727727
</p>
728728
<a href="https://coreui.io/blog/what-are-the-three-dots-in-javascript-do/" class="btn btn-border btn-border-grey btn-xl">Read More…</a>
729729
</div>

0 commit comments

Comments
 (0)