What is difference between putting const as reference and value?
I mean what is difference between : ” const list =[1,2,3]
” and “var list= const[1,2,3]
“
I mean what is difference between : ” const list =[1,2,3]
” and “var list= const[1,2,3]
“