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

Block or report Kjaer

Report abuse

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

Report abuse

Pinned Loading

  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