Const

Const values are usually strings (ie. text) or numbers.

For text values, it's important to surround them with single-quotes. For example, to pass the word hello, you would use 'Hello'.

Internally, the single quotes are removed.