All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:56, 4 July 2021 Will talk contribs created page Nodejs events (Created page with " <source lang="javascript"> const Event = require('events'); // define event, and subscribers const emitter = new Event() event.on('start', () => { console.log('hi') }) // e...")