I am using the following logic to get the i18n string of the given key.
export function i18n(key) { if (entries.hasOwnProperty(key)) { return entries[k
I hope I won't get downvoted for this, probably will, but !
var a = {b: "I'm here"} if (a["b"]) { console.log(a["b"]) } if (a["c"]) { console.log("Never going to happen") }
Has, insofar, never broken my code