#const
Read more stories on Hashnode
Articles with this tag
How to use const? To understand the const keyword lets look at the following code first to see how its declared void main(){ const x = [1,2,3]; ...