Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 313 Bytes

File metadata and controls

9 lines (5 loc) · 313 Bytes

HTML Entity Decoder

My simple Javascript project made at my very beginning of my web journey when I was new to Javascript.

See live preview

TODO:

  • Adding named entity instead of number (e.g: &#60; instead of &lt; for "<"(less than) character)