Control flow in JS

Yoseob Shin·2022년 3월 26일
0

javascript

목록 보기
5/24
post-thumbnail
post-custom-banner

Control flow

The control flow is the order in which the computer executes statements in a script.

Code is run in order from the first line in the file to the last line, unless the computer runs across the (extremely frequent) structures that change the control flow, such as conditionals and loops.

https://developer.mozilla.org/en-US/docs/Glossary/Control_flow

profile
coder for web development + noodler at programming synthesizers for sound design as hobbyist.

0개의 댓글