Skip to content
View Infroid-Coder's full-sized avatar
πŸ˜”
πŸ˜”

Block or report Infroid-Coder

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
Infroid-Coder/readme.md

πŸ‘‹ Hello World! πŸ‘‹

I am a young and aspiring programmer with experience on a variety of languages and tools like HTML, CSS, JavaScript, Python, React, RegEx etc. I enjoy creating solutions that empower and ensure a better future and make everyday life easier for everyone.


class InfroidCoder{
    constructor(){
        this.name = "Infroid Coder";
        this.pronouns = "He/Him";
        this.skills = ["HTML", "CSS", "JavaScript", "Node JS", "Python", "React"];
        this.tools = [];
        this.languages = ["Sinhala (si)", "English (en-gb)"]
    }
    
    sayHello(){
        console.log("Hello there, nice to see you!");
    }
}

const infroid_coder = new InfroidCoder();
infroid_coder.sayHello();

Github Trophies

Github Trophy

Github Stats

GitHub Langs GitHub Stats


Social Media


Thank You!

Pinned Loading

  1. PeththaScript PeththaScript Public

    A meme project I worked on. Hope you like it! πŸ‘¨β€πŸ’»

    JavaScript 3 2

  2. ICServer-JS ICServer-JS Public

    A useful Node JS module to make dealing with servers easier.

    JavaScript

  3. ChessParse ChessParse Public

    A program to get the rating information of any chess.com member through their username.

    JavaScript

  4. ConsolePastel ConsolePastel Public

    ConsolePastel is a javascript tool which allows you to log text to the console in different colours and styles

    JavaScript