Constants also prevent accidental re assigning of a value, when we try to reassign a value to a constant, it will throw an error. Conditionals Conditionals are used to make decisions inside our code. Ex: running a set of statements based on if a cond...
sashankr.hashnode.dev3 min read
No responses yet.