npx adityanjr #npm-card
const user = {
name: "Aditya Singh",
theme: [ "one dark", "github dark" ],
line_endings: "crlf",
codeStyle: "Prettier",
variables: "camelCase",
trailing_comma: true,
hobbies: [ "programming", "chess", "gaming", "anime", "gaining knowledge", ],
languages: [ "C++", "Python", "JavaScript", "Solidity", "Dart" ],
editors: [ "Android Studio", "VS Code", "Sublime" ],
newLanguage: function () {
console.log("Namaste, World!")
},
hereIsYourGame: function (game) {
const good = [ "FPS", "Competitive", "AAA" ]
const acceptable = JSON.parse(fs.readFileSync("acceptablegames.json"))
if (good.includes(game)) {
console.log("Ready! Shoot! Win!")
} else {
console.log("No, thanks.")
}
},
}
Skills & Tools