Dashboard › Knowledge › Always use const
01a0a115-4a18-70e7-b38a-c556001c96c5Always use const for bindings rather than let or var; immutable bindings are Burak Yigit Kaya’s explicit coding convention. Introduce mutable state only when the language or required behavior makes reassignment unavoidable.