const createUser = () => {
const user = {
name: "Niklas Choinowski",
role: "Software Developer",
languages: ["German", "English"]
};
const userInfo = `
Name: ${user.name}
Role: ${user.role}
Spoken Languages: ${user.languages.join(", ")}
`;
console.log(userInfo);
};
createUser();
❄️
I use NixOS btw :)
Pinned Loading
-
Proton-Discord-Bot/Proton
Proton-Discord-Bot/Proton PublicProton - A Discord Bot with helpful commands
JavaScript 1
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.