I have recently read about the const
keyword, and I’m so confused! I can’t find any difference between const
and the val
keyword, I mean we can use both of them to make an immutable variable, is there anything else that I’m missing?
I have recently read about the const
keyword, and I’m so confused! I can’t find any difference between const
and the val
keyword, I mean we can use both of them to make an immutable variable, is there anything else that I’m missing?