ideas.js 247 B

123456789101112131415161718
  1. // This JS doesn't do anything, just want to have syntax highlight on my thoughts
  2. //
  3. //
  4. commChannel with two points
  5. obj1 <- channel -> obj2
  6. as obj2: channel.send('hello');
  7. obj1:
  8. // Seems like a 2 way event system
  9. channel.on('hello');