Const Readonly | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Const Readonly

What is the difference between Const and Readonly?

22nd Oct 2021, 6:47 PM
MJARAB
MJARAB - avatar
1 Réponse
+ 3
const is constant already at compilation, the value must be set at declaration readonly is constant during runtime – it may be set in the constructor of the object
22nd Oct 2021, 8:46 PM
Lisa
Lisa - avatar