You're viewing a single thread.
All Comments
32 comments
Now write a JavaScript function that returns a string explaining how to get away with murder.
37 0 Replyfunction murder() { return "Be a politician."; }
33 2 Replyfunction paidvacations() {
return "Be a cop.";
}21 0 ReplyFunction paidvacation()?
Why would someone take unpaidvacations ? Is that a cop privilege in the US?
2 1 Reply
function paidvacations() {
return "Be ✨rich✨.";
}5 0 Reply
32 comments
Scroll to top