Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
To compare; creating async methods in javascript
//Title of this code DoWorkAsync(function(){ console.log("async") }) console.log("I'm here"); function DoWorkAsync(callback) { setTimeout(callback, 0) }
run
|
edit
|
history
|
help
0
Funny stuff
Include object in a query string
JS - check 2 arrays, add 1 or 2, logical operations
JSON parse
Count digits
Lowertoupper
localhost:8080/?name=2017&lname=July
Add property to object
apply
Holyboi