diff --git a/README.md b/README.md index d1af480..a905249 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/96cb9d836b6e40d0a5a4d20b294cc0d1)](https://www.codacy.com/gh/codacy-acme/nodeproject/dashboard?utm_source=github.com&utm_medium=referral&utm_content=codacy-acme/nodeproject&utm_campaign=Badge_Grade) [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/96cb9d836b6e40d0a5a4d20b294cc0d1)](https://www.codacy.com/gh/codacy-acme/nodeproject/dashboard?utm_source=github.com&utm_medium=referral&utm_content=codacy-acme/nodeproject&utm_campaign=Badge_Coverage) # nodeproject - +### this is an issue Grade: 80 | Issues: 37% | Complex Files: 0% | Coverage: 39% ## the description of this project + +### Just an edit diff --git a/src/server/lib/api.js b/src/server/lib/api.js index 1e45397..e5ce1f6 100644 --- a/src/server/lib/api.js +++ b/src/server/lib/api.js @@ -1,8 +1,11 @@ function foo1(a, b, a) { typeof a === undefined console.log('value of the second a:', a); + console.log("value of the second a:", a); + console.log('"value of the second a:"', a); + console.log("'value of the second a:'", a); } var bar = function (a, b, a) { console.log('value of the second a:', a); -}; \ No newline at end of file +};