Skip to content
View coderjaiz's full-sized avatar
💭
JavaScript mode ON
💭
JavaScript mode ON

    Block or report coderjaiz

    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.

    Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
    Report abuse

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

    Report abuse

    Popular repositories Loading

    1. JS_Fizzbuzz JS_FizzbuzzPublic

      JavaScript program to check numbers from 1-100 and print "Fizz" if the no. is divisible by 3, print "Buzz" if the no. is divisible by 5, print "FizzBuzz" if divisible by both 3 & 5 and Print the nu…

      JavaScript 1

    2. JS_triangle JS_trianglePublic

      Triangle pattern using JavaScript

      JavaScript

    3. JS_chessboard JS_chessboardPublic

      Chessboard like pattern using JavaScript

      JavaScript

    4. fucntion-count-char fucntion-count-charPublic

      A JavaScript program using function to count the number of occurrences of a specific character in a given string

      JavaScript

    5. function-factorial function-factorialPublic

      JavaScript Program to Compute the factorial of a given number using recursive function

      JavaScript

    6. function-isEven function-isEvenPublic

      A JavaScript program using recursive function to check whether a given number (either positive or negative) is Even or Not

      JavaScript