const languages = {
english: "50%",
spanish: "100%",
japanese: "what a weeb lol",
};
function getLanguages({ english, spanish, japanese, chinese = "0%" }) {
console.log(`
${english}
${spanish}
${japanese}
${chinese}
`);
}
getLanguages(languages);
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter