Type Error vs Reference Error
What is Type Error?
A Type error is caused when :
an operand or argument passed to a function is incompatible with the type expected
modified a value that cannot be changed.
trying to use the value that can't be used.
There is a variable named c...
nishtha0503.hashnode.dev1 min read