Jump to content

User:Some helpful person

From Wikipedia, the free encyclopedia

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!:

when green flag clicked say [Hello, World!] stop [this script v]
Don’t judge me if I Scratch.
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!")