Skip to content

Commit c5efb45

Browse files
committed
Adding date
1 parent 9ba860a commit c5efb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control-flow/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: Control Flow
44
author: donovan
5-
date: Last Modified
5+
date: 2019-11-12
66
---
77

88
JavaScript programs are made up of series of instructions. When our programs run, they run in sequence from the top down, one line at a time. Most lines of are _synchronous_, meaning they run in order. However not all do. Sometimes _asynchronous_ code can cause our code to execute in an unexpected order.

0 commit comments

Comments
 (0)