Unexpected Implications
Let’s learn about some surprising implications of using const.
We'll cover the following...
We'll cover the following...
Classes become not assignable
Unfortunately, there are some surprising implications of using const
. The first is that ...