Click the link below to open JS.bin and code. Any changes will require you to click File - New Snapshot and bookmark.
- A Link to JS Bin for HTML and CSS coding.
- A Link to JS Bin for Javascript coding.
- Using HTML and CSS - Practice Changing Colors.
- Using HTML and CSS - 'Big Code' Challenge.
- Using HTML and CSS - Open this code to view an example HTML page created in JS Bins. Click the top bar that says 'CSS' to view the style changes made to give us this result.
- HTML Forms Example - Create a simple login page with this link.
- A student created HTML website practicing CSS.
- Practice Debugging.
- Calculate Your Birth Year - Press run to issue a prompt then enter your birth year. See if you can figure out what's wrong with the returned value!
- Pac Man Function Calls.
- Color Conditionals - This code ask a question then issues an alert based on the users response.
- A Basic Explanation of Functions - Read the instructions and test out the other three functions provided.
- ACT Scores - Input your ACT score under the variable actScore and see if you could get into Harvard.
- Grades Loop - Use this loop as an example when replacing all variables in an array.
- Roll The Dice - This function rolls a die based on the amount of times requested. Notice that this code is limited... How can we create a loop to roll the dice any amount of times requested?
- Stop Light Function - This code shows you how to call a function and use arguments.
- Text Adventure Game! Review the code and edit the ranger and warrior classes.
- Coin Flip Simulator - Check the odds of this code!
- Pizza Order Form - Midterm Exam 2022
- FizzBuzz Equation
- Iteration Practice - Display each chess piece from an array to the console using a loop.
- BaNaNa Pun
- The Original Lore for Mr. Robot. Check out Platformer 1 & 2
- A simple GPA calculator using variables.