{ "key_pair_value_system": true, "answer_rating_count": "", "question_feedback_html": { "html_star": "", "html_star_feedback": "" }, "answer_average_rating_value": "", "answer_date_js": "2024-09-10T03:13:19-04:00", "answer_date": "2024-09-10 03:13:19", "is_docs_available": null, "is_excel_available": null, "is_pdf_available": null, "count_file_available": 0, "main_page": "student_question_view", "question_id": "9973887", "url": "\/study-help\/questions\/1-enter-and-debug-this-script-it-has-been-tested-9973887", "question_creation_date_js": "2024-09-10T03:13:19-04:00", "question_creation_date": "Sep 10, 2024 03:13 AM", "meta_title": "[Solved] 1. Enter and debug this script. It has be | SolutionInn", "meta_description": "Answer of - 1. Enter and debug this script. It has been tested and it works. The lines below are in an image, as such, you will ha | SolutionInn", "meta_keywords": "1,enter,debug,script,tested,works,lines,below,image,will,manually,type", "question_title_h1": "1. Enter and debug this script. It has been tested and it works. The lines below are in an image, as such, you will have", "question_title": "1. Enter and debug this script. It has been tested and it", "question_title_for_js_snippet": "1 Enter and debug this script It has been tested and it works The lines below are in an image, as such, you will have to manually type them and cannot cut and paste What you submit is your HTML file, holding your solution, named HW01Q1 html, which contains your work For grading purposes, I will execute your HTML and JavaScript that is, I will open your HTML in the Chrome browser var a 123 var b 321 var t a b alert ( total is t) 2 Enter Script and Fix Error (10 points) Enter and test this script it has two errors in it For this program, you may cut and paste the lines into your source editor By the way, be very careful when cutting and pasting source code, the double quote character () is often mangled Note this code uses the single quote (), which is usual less of an issue Hints (1) Turn on your browsers console to see the error messages, and (2) there are two errors Try looking for spelling errors and missing characters var a 'Hello ' var b 'JS World ' alirt (a b) ", "question_description": "

1. Enter and debug this script. It has been tested and it works. The lines below are in an image, as such, you will have to manually type them and cannot cut and paste. What you submit is your HTML file, holding your solution, named HW01Q1.html, which contains your work. For grading purposes, I will execute your HTML and JavaScript; that is, I will open your HTML in the Chrome browser.<\/p>