Introduction To Programming
10-152-310

Learning Plan 1 : Introduction to Programming and Software Development

Student

  • Name:
  • Section:
  • Email:

Lab Steps

  • Open this file in Firefox/Chrome and Microsoft Visual Studio
  • Add your name, section, and email
  • After the line: YOUR CODE STARTS AFTER THIS LINE: add this line of JavaScript code:
                
        alert("Hello, world!");
                    
  • Save the file
  • Refresh the page in your browser

What You Did

You practiced editing with Microsoft Visual Studio by typing a JavaScript statement. You also ran the application, which is pretty exciting!

Complete 1.1 Assignment.