QA Testing Automation MindHub
const Dai = {
pronouns: "she" | "her",
code: [Javascript, HTML, CSS, Sass & learning],
tools: [NodeJS, React, Mocha, MySql, Selenium WebDriver],
anotherThings: {
singer: "chorus",
musicStudent: "Conservatorio Julian Aguirre",
mother: "of 2 fat cats",
like: "beer/coffe/anime and more nerdy stuff",
dislike: "sushi/watermelon",
status: "in the wired...",
},
// Which came first: the chicken or the egg?
console.log(['🥚', '🐣', '🐥', '🐔'].sort())
>>> [ '🐔', '🐣', '🐥', '🥚' ]