In this video, arnav bhaia suggested that if a variable value is not changing then we should use val instead of var.
So, i want to ask is there any performance issue because even if we use var our job will be done. i know that var is used when variable is changing its values.
so, in the end will changing the variable from var to val will make the effciency of code better?