Skip to content

Instantly share code, notes, and snippets.

@shahab570
Created January 10, 2021 05:15
Show Gist options
  • Save shahab570/8a05f65e450c35860f5998e05427431d to your computer and use it in GitHub Desktop.
Save shahab570/8a05f65e450c35860f5998e05427431d to your computer and use it in GitHub Desktop.
{
color: "black";
const eat = () => {
console.log("eat with ");
};
const sleep = () => {
console.log("Sleep");
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment