const
Defination
Syntax
const name1 = value1 [, name2 = value2 [, ... [, nameN = valueN]]];Examples
const hello = 'hi'Usage
const Title = <h1>Learn React</h1>References
Last updated
const name1 = value1 [, name2 = value2 [, ... [, nameN = valueN]]];const hello = 'hi'const Title = <h1>Learn React</h1>Last updated