// Variables that can be re-assigned let counter = 0; counter += 1; // Variables that cannot be re-assigned const ageLimit = 18;