Skip to content
View dealanytime99's full-sized avatar
😏
😏

Block or report dealanytime99

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 Loading

  1. rep_1 rep_1 Public

    Java developer with expertise in OOP and web technologies

    2 1

  2. Zep_ZZ Zep_ZZ Public

    coin_test

  3. Counter_fun_1 Counter_fun_1 Public

    The code defines a createCounter function that takes an initialValue parameter. This function creates a closure that encapsulates the counterValue variable and the inner functions increment, decrem…

  4. simulateAsyncOperation simulateAsyncOperation Public

    The code defines a function called simulateAsyncOperation that simulates an asynchronous operation using setTimeout. It takes a value parameter and a delay parameter, which represents the time it t…

  5. called_Shape called_Shape Public

    The code defines a base class called Shape, which has a constructor that accepts a color parameter and assigns it to the instance property color. It also has two methods, getColor and area.