Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- aboutMe()
- function aboutMe(){
- console.log(name);
- var name = "Denise"
- let introduction = () => {
- return `My name is ${name}`
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement