const createUser = () => {
const user = {
name: "Niklas",
role: "Software Developer",
languages: ["German", "English"],
interests: ["Cybersecurity", "Psychology", "Stoicism"]
};
const userInfo = `
Name: ${user.name}
Role: ${user.role}
Spoken Languages: ${user.languages.join(", ")}
Interests: ${user.interests.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
-
-
-
Jas-SinghFSU/HyprPanel
Jas-SinghFSU/HyprPanel PublicA Bar/Panel for Hyprland with extensive customizability.
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.