Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
// code your solution here
function saturdayFun(activity = "roller-skate"){
return `This Saturday, I want to ${activity}!`
}
saturdayFun('bath my dog');
const mondayWork = function(activity="go to the office"){
return `This Monday, I will ${activity}.`;
}
function wrapAdjective(visual = '*'){
return function(adj = "special"){
return `You are ${visual}${adj}${visual}!`
}
}
25 changes: 0 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.