User:Some helpful person
Appearance
This is my user page.
I like making tweaks, updating things, and reviving links.
I like to program things. Here’s some code snippets from languages I like to code in, ordered from most comfortable to least comfortable, depicting an example similar to the classic Hello, World!:
type Greeting = `Hello, ${string}!`;
let headings: Greeting[] = [
"Hello, Welcome!",
"Hello, Wikipedia!",
"Hello, World!"
];
const language: Greeting = "Hello, TypeScript!";
<p>Hello,</p>
<style>
p::after {
content: " Internet!";
}
</style>
<script>
window.alert("I'm so good at this");
</script>
System.out.println("Hello, Java!");
print("Hello, Python!")