/js-playground

My JavaScript playground area

Primary LanguageHTML

JavaScript exercises

  1. Implement an EventEmitter that supports standard operations, such as adding and removing listeners and emitting events by topic.(source: pramp)

  2. A pur JS drag-n-drop feature implemented following the great tutorial from Jason Lengstorf.