As cooler as much you use debugger (2)
Background
This task will show you how developers code. Using debugging tools is very effective. It makes you a better coder.
Use Google Chrome for this task, as we are only giving help for Google Chrome.
Follow this tutorial: https://developers.google.com/web/tools/chrome-devtools/javascript and learn how debugging tools work.
Task
Show that you can find the code which executes after you press play button in the EV3 simulation, also showing what variables there are. Blackbox jquery-3.3.1.min.js script. Set breakpoint on line 61 of multSim.controller.js ' , i.e., var selections .... After executing that line find the value of selections variable with the help of stack variable lookup feature (Scope in Chrome). Also find the value of that variable using the console.
Deliverables
A video showing your debugging.