I am very new to Javascript and would like some advise for the following...
a. Declare a variable named rNumber = to the value returned from the randInt() function using 5 as the parameter value.
b. Declare a variable named rAd = to the text string returned from the adDesrciption() function using rNumber as the parameter value.
c. Declare a variable named rLink = to the URL returned from the adLink() function using rNumber as the parameter value.
a. Declare a variable named rNumber = to the value returned from the randInt() function using 5 as the parameter value.
b. Declare a variable named rAd = to the text string returned from the adDesrciption() function using rNumber as the parameter value.
c. Declare a variable named rLink = to the URL returned from the adLink() function using rNumber as the parameter value.
Comment