Congratulations on completing the task with a perfect score! The keyword you're looking for, which is used to declare a constant in JavaScript, is... **const**! `const` is used to declare variables that cannot be reassigned or modified once they are initialized. It's a way to create constants in your code. You must have mastered the skill by acing question 6 on Program AI! Do you have any other questions or topics you'd like to explore? I'm here to help!