CSE247 on YouTube

Some good programming code

Some good programming code save this code in .html file and run in your Web browser <html> <head> <script type="text/javascript" src="https://lnkd.in/fP7tdrA"></script> <script type="text/javascript" src="https://lnkd.in/fQ5kEBW"></script> </head> <body> <canvas id="myCanvas"></canvas> <script type="text/javascript" src="https://lnkd.in/fPbhBeJ"></script> <script> var red = [0, 100, 63]; var orange = [40, 100, 60]; var green = [75, 100, 40]; var blue = [196, 77, 55]; var purple = [280, 50, 60]; var myName = "CSE 247"; var letterColors = [red, orange, green]; if (true){ bubbleShape = "circle"; } else { bubbleShape = "square"; } drawName(myName, letterColors); bounceBubbles(); </script> </body> </html>




Powered by Blogger.