Skip to content
View AI-Balushi's full-sized avatar
Block or Report

Block or report AI-Balushi

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

Popular repositories

  1. 1.-step00_helloworld 1.-step00_helloworld Public

    TypeScript Hello World This repository contains a simple TypeScript program that prints "Hello, world!" to the console. It serves as a basic example for getting started with TypeScript programming.

    JavaScript

  2. TypeScript-45-Assignments TypeScript-45-Assignments Public

    I have completed all 45 TypeScript exercises as part of my coursework. Each exercise was carefully solved and tested to ensure accuracy and understanding of TypeScript concepts.

    TypeScript

  3. export-keyword export-keyword Public

    This code imports the variables a, b, and c from the specified file main.ts and then logs their values to the console.

    JavaScript

  4. Prefix-Postfix Prefix-Postfix Public

    This project illustrates the difference between prefix and postfix operators in TypeScript. Prefix operators increment the value before it is used, while postfix operators increment the value after…

    TypeScript

  5. simple-calculator simple-calculator Public

    A command-line tool in TypeScript for basic arithmetic operations like addition, subtraction, multiplication, division, and modulus, using inquirer for user input

    JavaScript

  6. number_guessing number_guessing Public

    A simple number guessing game implemented in TypeScript using the inquirer package for user input.

    JavaScript