We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1910764 commit e0d0992Copy full SHA for e0d0992
src/app/javascript/components/js-array/js-array.html
@@ -1,9 +1,7 @@
1
<section class="note-section">
2
<header class="note-header">
3
<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>
+ <p class="note-subtitle">Arrays are used to store multiple values in a single variable.</p>
7
</header>
8
9
<div class="note-card">
@@ -109,4 +107,4 @@ <h2 class="note-heading">Important Array Methods (ES6+)</h2>
109
107
let firstBig = numbers.find((n) => n > 3);
110
108
console.log(firstBig); // 4</code></pre>
111
</div>
112
-</section>
+</section>
0 commit comments