Skip to content

Commit 9c49a23

Browse files
Update README.md
1 parent c04e0b5 commit 9c49a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2694-event-emitter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><a href="https://leetcode.com/problems/event-emitter/">2694. Event Emitter</a></h2><h3>Medium</h3><hr><div><p>Design an <code>EventEmitter</code> class. This interface&nbsp;is similar (but with some differences) to the one found in Node.js or the Event Target interface of the DOM. The <code>EventEmitter</code> should allow for subscribing to events and emitting them.</p>
1+
<h2><a href="https://leetcode.com/problems/event-emitter/">2694. Event Emitter</a></h2><img src="https://img.shields.io/badge/Medium-FECC00" alt="Medium" /><hr><div><p>Design an <code>EventEmitter</code> class. This interface&nbsp;is similar (but with some differences) to the one found in Node.js or the Event Target interface of the DOM. The <code>EventEmitter</code> should allow for subscribing to events and emitting them.</p>
22

33
<p>Your <code>EventEmitter</code> class should have the following two methods:</p>
44

0 commit comments

Comments
 (0)