Skip to main content

3 docs tagged with "Syntactic Sugar"

View All Tags

class

class is defined as: JS Keyword to declare Class (as Syntactic Sugar over Constructor Function). Topics on: class is more compact JS Syntax to set up Prototype

JSX

JSX is defined as: Syntactic Sugar to mix HTML inside JS, later Transpile to React.createElement(). Topics on: JSX Syntax, abstraction over Low-Level functions

Syntactic Sugar

Syntactic Sugar is defined as: ๐Ÿฐ JS Syntax to Abstraction logic into 'sweeter' simpler Source Code. Topics on: Syntactic Sugar allows for better DX. Read more: