Skip to content

Instantly share code, notes, and snippets.

@nonseodion
Last active March 13, 2020 13:09
Show Gist options
  • Save nonseodion/34bc4061bbfca1661487aa1c7f1b871a to your computer and use it in GitHub Desktop.
Save nonseodion/34bc4061bbfca1661487aa1c7f1b871a to your computer and use it in GitHub Desktop.
let carol, damian, aave;
//notice the parentheses around the statement
({carol, damian, aave} = ifebhor);
console.log("Carol is so " + carol +
" but I love Damian he's "
+ damian + " and Aave is the "
+ aave +".");
//Carol is so rude but I love Damian he's
//caring and Aave is the class bully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment