Best of InterviewJanuary 2024

  1. 1
    Article
    Avatar of medium_jsMedium·2y

    Javascript Interview Question: Why does [9,8,7,6][1,2] = 7 ?

    Learn why [9,8,7,6][1,2] evaluates to 7 and explore similar array operations in JavaScript.

  2. 2
    Article
    Avatar of medium_jsMedium·2y

    Javascript Interview Question: Invoke a function without parenthesis

    Learn how to invoke a JavaScript function without using parenthesis. Explore different ways to call a function, including direct invocation, using 'call' and 'apply', using 'setTimeout', and using the 'new' keyword. Discover how 'new' can be used to invoke a function without parentheses.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Mastering the DevOps Interview: A Guide for Mid-Level Candidates

    Learn about the interview process, common technical topics, and technical tasks for mid-level DevOps roles.