🔴 🟡 🟢
// nice to meet you :)
interface profile {
"informations": {
"name": string,
"age": string,
"languages": Array<string>,
"idk": string
}
}
const me:profile = {
"informations": {
"name": "Kirara",
"age": "25yo",
"languages": ["ts"], //I've actually coded in many languages (don't do that)
"idk": `
I'm currently "studying" typescript.
note: studying = writing code and praying for it to run.
`
}
}
Log(me);
Popular repositories Loading
-
libglyph-mcbe
libglyph-mcbe Publicinterface to generate glyphs compatible with minecraft bedrock
-
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.