Question: function _one() Create a JavaScript function that meets the following requirements: o Creates the following variables that assign your unique profile information: your_name number_of_courses (this

 function _one() Create a JavaScript function that meets the following requirements:

function _one() Create a JavaScript function that meets the following requirements: o Creates the following variables that assign your unique profile information: your_name number_of_courses (this semester), program part_time_job (true/false). O o O . Create a Boolean variable, set to true or false, based on whether you have a part time job. Store the string "have" or "don't have" into another variable, based on the Boolean. Display your student information to the cosole (console.log() as illustrated below: "My name is ???. I'm in the ??? program. I'm currently taking ??? courses. "I ??? have a part time job. Where "???" should be replaced with your variable data **************** STEP 1 **************** Calling _one() My Name is Bruce Wayne. I'm in the T127 program. I'm currently taking 3 courses. I do not have a part time job

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!