Update README.md

master
Matt Huntington 8 years ago committed by GitHub
parent fe976b27c3
commit 9515e1b645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -500,7 +500,7 @@ function yell(value){
return value.toUpperCase(); return value.toUpperCase();
} }
console.log (`Hello ${yell(`${name}`)}!`); console.log (`Hello ${yell(name)}!`);
``` ```
Multiple lines used to suck: Multiple lines used to suck:

Loading…
Cancel
Save