Sorry for the confusion. When a person hits F5, while the html code is displayed on the VS Code screen, the Chrome browser displays the actions dictated by the js code.
I'm trying to learn Blockly. To me, understanding the fundamentals is crucial. From that I can add additional capability.
I have viewed "codelab". This is somewhat helpful, but is missing some fundamentals.
What is the first folder with html / js code I should study, then view the results with a browser?
I found that --- ..\context-menu-codelab\starter-code --- to be a good study as the html code and js code is short and simple.
However, the
..\context-menu-codelab\starter-code
"<script src =" is different from ---
https://blocklycodelabs.dev/codelabs/getting-started/index.html#3 --- "<script src ="
. Which one is correct? ... and why?
Perhaps, there is a better starter folder?
What is the second best starter folder,
I should study, with short and simple html / js code? What is the third, etc.
I suspect the "custom" folders to contain advanced code. Thanks!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~