Echo JS
- Make a JavaScript function support both promise and callback styles https://github.com/sonnyp/polygoat 3 comments
- Simple question about callback functions in JavaScript https://www.reddit.com/r/web_design/comments/by4r0z/simple_question_about_callback_functions_in/ 6 comments web_design
- Callback Functions in JavaScript http://www.shieldui.com/blogs/callback-functions-in-javascript 11 comments javascript
- Make a JavaScript function support both promise and callback styles. https://github.com/sonnyp/polygoat 62 comments javascript
- [javascript, jquery] Callback function for calendar http://www.dangrossman.info/2012/08/20/a-date-range-picker-for-twitter-bootstrap/ 6 comments learnprogramming
- New to Javascript, need help with callback as a parameter in a function https://www.reddit.com/r/learnprogramming/comments/aco2wr/new_to_javascript_need_help_with_callback_as_a/ 4 comments learnprogramming
- Async functions solve callback hell for the Promise “monad”. Generators solve this for any Monad in JavaScript. https://medium.com/flock-community/monads-simplified-with-generators-in-typescript-part-1-33486bf9d887 8 comments javascript
- Execute JavaScript from Go - JS functions with Go callbacks, update JS objects from Go & more https://github.com/rogchap/v8go 4 comments javascript
- v8go: JavaScript in Go - v0.5.0 released 🎉 Global Objects, Function Templates, Go callbacks and loads more! https://github.com/rogchap/v8go/releases/tag/v0.5.0 28 comments golang
- Identifying from where JavaScript libraries invoke your callback functions, with Firebug http://knowledge-aholic.blogspot.com/2009/12/identifying-from-where-libraries-invoke.html 9 comments programming
- Javascript Callbacks or Higher-order Function or First-class Citizens - Javascript Interview Question https://www.thecodingdev.com/2022/11/javascript-callbacks-or-higher-order.html 2 comments programming