Reorder examples slightly
Text Templates should come right after String Formatting
This commit is contained in:
2
public/json
generated
2
public/json
generated
@@ -9,7 +9,7 @@
|
||||
onkeydown = (e) => {
|
||||
|
||||
if (e.key == "ArrowLeft") {
|
||||
window.location.href = 'text-templates';
|
||||
window.location.href = 'regular-expressions';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user