Skip to content
View Kjaer's full-sized avatar
👷‍♂️
Code Janitor
👷‍♂️
Code Janitor
Block or Report

Block or report Kjaer

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

  1. Doodle-Chatty-Challenge Doodle-Chatty-Challenge Public

    This is challenge is prepared for Doodle's Senior Frontend Engineer position.

    JavaScript 1

  2. codesandbox-file-searcher codesandbox-file-searcher Public

    File Search Challenge for Senior Frontend Developer Position

    JavaScript 2

  3. memsource-timezone-app memsource-timezone-app Public

    I prepared this project during the Senior Frontend Engineer hiring

    JavaScript 1

  4. Good bad and ugly Code Good bad and ugly Code
    1
    // Bad
    2
    // Using another condition inside the ternary operator a.k.a nested ternary is bad.
    3
    products.filter(({ availableStock, quantity }) => availableStock !== undefined ? quantity <= availableStock : true)
    4
    
                  
    5
    
                  
  5. crate-frontend-challenge crate-frontend-challenge Public

    This repository is for my coding challenge for crate.io.

    JavaScript 1