console.log('NUMBER 1');
fetch('someurl')
.then(function() {
console.log('NUMBER 2');
});
console.log('NUMBER 3');
Last active
December 19, 2020 18:42
-
-
Save wallacepreston/4a48e3ea38e2b498ca6c2f00ad73b35a to your computer and use it in GitHub Desktop.
What would log when we run this script?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment