Skip to content

Commit 1c31e18

Browse files
committed
Rename examples
1 parent 2bf088d commit 1c31e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/4-no-hierarchy.js renamed to JavaScript/4-step-by-step.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
// Back to order, callback hierarchy
3+
// Back to order
44
// Use global data and decentralized control flow (bad practices)
55

66
const data = {};

0 commit comments

Comments
 (0)