The @constant tag allows you to mark a variable as being constant.
@constant
/** * @constant */ const acceleration = 9.80665;