Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question 311 #20

Closed
rayoowoo opened this issue Jan 20, 2020 · 1 comment
Closed

Question 311 #20

rayoowoo opened this issue Jan 20, 2020 · 1 comment

Comments

@rayoowoo
Copy link

rayoowoo commented Jan 20, 2020

For question 311 on tagged templates, the function myInfoTag is missing a parameter.

Currently:
function myInfoTag(strings, userExp, experienceExp) {

It should be:
function myInfoTag(strings, userExp, experienceExp, skillExp) {

skillExp is referenced in the function body, but is not an parameter.

Also,
The two console.log's should have output1 and output2 as arguments.

console.log(output1);// Mr/Ms. John is a/an expert developer in JavaScript
console.log(output2);// Mr/Ms. Kane is a/an junior developer in JavaScript

@sudheerj
Copy link
Owner

Thanks for the details. Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants