Skip to content

Instantly share code, notes, and snippets.

@sjbarag
Last active December 9, 2019 21:42
Show Gist options
  • Save sjbarag/2a753f3f091dc23c3af1da6d84224427 to your computer and use it in GitHub Desktop.
Save sjbarag/2a753f3f091dc23c3af1da6d84224427 to your computer and use it in GitHub Desktop.
class Foo extends Bar
sayHello: (name) =>
console.log("Hello, #{name}!")
f = new Foo();
setImmediate(() -> f.sayHello("Dave"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment