Reorder examples slightly
Text Templates should come right after String Formatting
This commit is contained in:
4
public/string-formatting
generated
4
public/string-formatting
generated
@@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
if (e.key == "ArrowRight") {
|
||||
window.location.href = 'regular-expressions';
|
||||
window.location.href = 'text-templates';
|
||||
}
|
||||
|
||||
}
|
||||
@@ -442,7 +442,7 @@ and returns a string without printing it anywhere.</p>
|
||||
|
||||
|
||||
<p class="next">
|
||||
Next example: <a href="regular-expressions">Regular Expressions</a>.
|
||||
Next example: <a href="text-templates">Text Templates</a>.
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user