Why globalId is not changing
Asked by C H Yashrith about 2 years ago
1 Answer
0
You have created "globalId" variable inside the "Todo()" function, it should be outside of the function i.e, global scope.
show more answers
Your answer
Asked by C H Yashrith about 2 years ago
You have created "globalId" variable inside the "Todo()" function, it should be outside of the function i.e, global scope.