terminology

[1/1]

  1. Understanding Example Codes for HTML Tags
    In HTML, the characters < and > are used to enclose tags. Tags are essentially instructions that tell a web browser how to display content
  2. JavaScript Currying Explained: Partial Applications and Beyond
    Currying is a functional programming technique that transforms a function accepting multiple arguments into a sequence of functions