Skip to content
View Just-a-Jason's full-sized avatar
♥️
TypeScript
♥️
TypeScript

Block or report Just-a-Jason

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Just-a-Jason/README.md

𝐇𝐢 𝐈 𝐚𝐦 𝐉𝐚𝐬𝐨𝐧.𝐣𝐬𝐨𝐧! :)

𝐈 𝐤𝐧𝐨𝐰:

  • 𝐉𝐚𝐯𝐚 𝐒𝐜𝐫𝐢𝐩𝐭 𝐚𝐧𝐝 𝐓𝐲𝐩𝐞𝐒𝐜𝐫𝐢𝐩𝐭
  • 𝐏𝐲𝐭𝐡𝐨𝐧
  • 𝐇𝐓𝐌𝐋
  • 𝐏𝐇𝐏
  • 𝐂𝐒𝐒
  • 𝐂#
  • 𝐀𝐧𝐝 𝐚 𝐥𝐢𝐭𝐭𝐥𝐞 𝐛𝐢𝐭 𝐨𝐟 𝐂 𝐚𝐧𝐝 𝐂++

𝐀𝐥𝐬𝐨 𝐈 𝐚𝐦 𝐭𝐫𝐲𝐢𝐧𝐠 𝐭𝐨 𝐦𝐚𝐬𝐭𝐞𝐫 𝐁𝐥𝐚𝐳𝐨𝐫 𝐚𝐧𝐝 𝐑𝐞𝐚𝐜𝐭.

Iknow

  • Master Blazor Skills.
  • Learn TypeScript
  • Learn Ract

(っ◔◡◔)っ ♥ Also I love using TypeScript insted of JavaScript 💞 ♥

GOD BLESS YOU MICROSOFT! 🤗

"Hello World!" in all languages i know.

Python

def main():
 print('Hello world!')

if __name__ == '__main__':
 main()

C++

#include<iostream>

int main() {
 std::cout<< "Hello World!";
 return 0;
}

C

#include <stdio.h>

int main() {
    printf("Hello World");

    return 0;
}

TypeScript & JavaScript

 console.log('Hello world!');

C#

using System;

static void Main(string[] args) {
 Console.WriteLine("Hello World!");
}

PHP

<?php
 function Main() {
  echo "<h1>Hello World!</h1>";
 }
 Main();
?>

Pinned Loading

  1. Rusty-JS-Compiler Rusty-JS-Compiler Public

    A compiler for Rusty JS

    C# 1

  2. Figa-GUI Figa-GUI Public

    Figa is a lightweight typescript/java script ui framework designed for building Tauri and Electron applications, as well as websites. It comes with a built-in router and boasts a compact package si…

    TypeScript 1