This repository contains the REPL code examples for the Software Engineering (SE) program.
Occasionally, you might encounter situations where the REPLs in the lessons are unavailable. This could be due to an outage or maintenance on Replit's end. Typically, Replit resolves such issues promptly, often within an hour or two. For students who prefer not to wait, there are alternatives: you can download the files to work on the exercises locally on your computer, or you can opt for an alternative online editor, such as Codepen.
For those interested in using Codepen, please follow the steps below:
- Navigate to https://codepen.io/pen.
- Copy and paste the code you wish to work on into the editor. The exercises are located in their corresponding module and lesson folder in this Github repository.
- If you're working with JavaScript files, simply open the "Console" tab to view outputs and debug.
Note: If you are working on an exercise with multiple HTML files you may prefer to run the exercise locally.
- Click here to download the zip file containing the REPL challenges in this repository.
- Unzip
repl.zip
. - Locate the specific file you wish to work on within the extracted folder.
- Open this file with a text editor of your choice (such as Notepad, Notepad++, Visual Studio Code, TextEdit, etc.).
Note: Although you will learn to use Visual Studio Code later in the course, for now, any text editor is suitable.
- Modify the code as necessary to complete the exercise.