Skip to content
View tkepa's full-sized avatar

Block or report tkepa

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

Pinned Loading

  1. (1) – algorithmic task (1) – algorithmic task
    1
    function sequence(A, B){
    2
      const newB = B.reduce(function(obj, y){
    3
        obj[y] = ++obj[y] || 1;
    4
        return obj;
    5
      }, {});
  2. card card Public

    business card

    HTML

  3. dynamic_table dynamic_table Public

    JavaScript

  4. text-editor text-editor Public

    Simple text editor

    CSS

  5. WeatherApp WeatherApp Public

    WeatherApp whichi shows weather at your location by GPS coordinates and by typed text.

    JavaScript

  6. webpack-kit webpack-kit Public

    Repository created for learning webpack

    JavaScript