You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ <h3>Selector</h3>
94
94
</ul>
95
95
</section>
96
96
97
-
<section>
97
+
<sectionid="literals-and-constructors">
98
98
<h2>Literals and Constructors Patterns</h2>
99
99
<ul>
100
100
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/literals-and-constructors/object-literal.html" target="_blank">Object literal</a> - use the simpler and reliable object literal instead of new Object();</li>
0 commit comments