Variables that are created with the const keyword can not be re-assigned in the document. code example Example: const in javascript const value = 10; const constant = value;