Answered step by step
Verified Expert Solution
Question
1 Approved Answer
/ / STEP 1 : Update the following variable to print your name using arguments. var name = 'First Last'; console. l o g (
STEP : Update the following variable to print your name using arguments.
var name 'First Last';
console. My name is name;
STEP : Update the following variable to print your hometown using string concatenation.
var hometown 'Durham';
console. I am originally from' hometown ;
STEP : Update the following variables to create a cohesive sentence using string substitution.
var duration ;
var interval 'years';
console. I have lived in Durham for d s duration, interval;
STEP : Update the following variable to create a cohesive sentence using template literals.
var destination 'Durham, ;
console. One day I would like to visit $destination;
STEP : Update the following prompt with Javascript features or capabilities.
console. things I would like to learn in WEB are:
t Item
Item :
;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started