Skip to content

Commit e0d0992

Browse files
committed
Backup Commit
1 parent 1910764 commit e0d0992

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/app/javascript/components/js-array/js-array.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<section class="note-section">
22
<header class="note-header">
33
<h1 class="note-title">Arrays</h1>
4-
<p class="note-subtitle">
5-
Arrays are used to store multiple values in a single variable.
6-
</p>
4+
<p class="note-subtitle">Arrays are used to store multiple values in a single variable.</p>
75
</header>
86

97
<div class="note-card">
@@ -109,4 +107,4 @@ <h2 class="note-heading">Important Array Methods (ES6+)</h2>
109107
let firstBig = numbers.find((n) => n > 3);
110108
console.log(firstBig); // 4</code></pre>
111109
</div>
112-
</section>
110+
</section>

0 commit comments

Comments
 (0)