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 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 Loading

  1. JS_Fizzbuzz JS_Fizzbuzz Public

    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_triangle Public

    Triangle pattern using JavaScript

    JavaScript

  3. JS_chessboard JS_chessboard Public

    Chessboard like pattern using JavaScript

    JavaScript

  4. fucntion-count-char fucntion-count-char Public

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

    JavaScript

  5. function-factorial function-factorial Public

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

    JavaScript

  6. function-isEven function-isEven Public

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

    JavaScript