MCPcopy Create free account
hub / github.com/appacademy/Module-1-Resources / synchronous

Function synchronous

w3/d4/lecture.js:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29// * We can predict the order of this code!
30
31function synchronous() {
32 console.log("two");
33}
34
35// console.log("one");
36// synchronous();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected