playground-for-web
playground-for-web copied to clipboard
feat: add consistent console.log and alert statements to all functions
What does this PR do?
Currently when clicking on some buttons (like "Is Logged?"), users get response in alert box while other buttons don't give any user confirmation from the alert (like "Is Logged?"). So I implemented both alert() and console.log() on each and every function so users get confirmation on their clicks and developers get debugging info in console.
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
Yes