6464
6565< div class ="activityPane " id ="learnPane ">
6666
67- < h1 > < span id ="learnHeading "> VISUALIZE</ span > < span class ="smallH1 "> Python, Java, JavaScript, TypeScript, and Ruby code execution</ span > </ h1 >
67+ < h1 > < span id ="learnHeading "> VISUALIZE</ span > < span class ="smallH1 ">
68+ < a href ="visualize.html "> Python</ a > ,
69+ < a href ="java.html "> Java</ a > ,
70+ < a href ="javascript.html "> JavaScript</ a > ,
71+ < a href ="typescript.html "> TypeScript</ a > , and
72+ < a href ="ruby.html "> Ruby</ a > code execution
73+
74+ </ span > </ h1 >
6875
6976< p > < a id ="optLink " href ="visualize.html "> Online Python Tutor</ a > is a
7077free educational tool created by < a href ="http://www.pgbovine.net/ "> Philip Guo</ a >
@@ -73,8 +80,12 @@ <h1><span id="learnHeading">VISUALIZE</span> <span class="smallH1"> Python, Java
7380computer executes each line of a program's source code.</ p >
7481
7582< p > Using this
76- tool, you can write < b > Python</ b > , < b > Java</ b > , < b > JavaScript</ b > ,
77- < b > TypeScript</ b > , and < b > Ruby</ b > programs in your Web
83+ tool, you can write < b > < a href ="visualize.html "> Python</ a > </ b > ,
84+ < a href ="java.html "> < b > Java</ b > </ a > ,
85+ < a href ="javascript.html "> < b > JavaScript</ b > </ a > ,
86+ < a href ="typescript.html "> < b > TypeScript</ b > </ a > , and
87+ < a href ="ruby.html "> < b > Ruby</ b > </ a >
88+ programs in your Web
7889browser and visualize what the computer is doing step-by-step as it executes those programs.</ p >
7990
8091< p > So far, over 1.2 million people in over 165 countries have used
0 commit comments