Front End Developer Interview quiestions- All in single blog

I would like to list down some of the important references for a front end interview preparation

All in one

https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/javascript-questions.md

https://frontendmasters.com/books/front-end-handbook/2019/#1.1

React.js

https://github.com/sudheerj/reactjs-interview-questions#what-are-pure-components

------------------------------------------------------ Angular8

https://blog.angularindepth.com/whats-new-after-angular-8-28d27ce3348a

https://www.javatpoint.com/angular-8


------------------------------------------------------ JS

https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/javascript-questions.md

https://2ality.com/2014/05/oop-layers.html

https://hackr.io/blog/javascript-interview-questions

https://www.toptal.com/react/interview-questions

https://www.codementor.io/nihantanu/21-essential-javascript-tech-interview-practice-questions-answers-du107p62z


------------------------------------------------------------------------------------------------------
https://2ality.com/2014/05/this.html
In real functions, the value of this depends on the mode one is in:
  • Sloppy mode: this refers to the global object (window in browsers).
        function sloppyFunc() {
            console.log(this === window); // true
        }
        sloppyFunc();
    
  • Strict mode: this has the value undefined.
        function strictFunc() {
            'use strict';
            console.log(this === undefined); // true
        }
        strictFunc();


function call via call() or apply() and specify the value of this explicitly:
    function func(arg1, arg2) {
        console.log(this); // a
        console.log(arg1); // b
        console.log(arg2); // c
    }
    func.call('a', 'b', 'c'); // (this, arg1, arg2)
    func.apply('a', ['b', 'c']); // (this, arrayWithArgs)


3 dimensional array declaration
Var myArray = [ [ [] ] ];

------------------------------------------------------
Node.js + Azure + container

https://medium.com/microsoftazure/how-to-launch-a-dockerized-node-js-app-using-the-azure-web-app-for-containers-service-c3722ce370ab



------------------------------------------------------

AKS

https://dev.to/azure/node-js-aks-on-azure-devops-1462

------------------------------------------------------
ES6 Features

https://github.com/SanjeevMurthy/es6features











Comments

  1. Hire Zoho developer Freelancer for implementation and outsourcing projects and they will deliver projects on time, within budget, with a high level of quality, and meeting the customer’s current & future challenges. Outsource Zoho developer work and our exclusive SME work closely with your business to ensure you get the most out of your IT solutions, offering system implementation solutions, resources, and training. Zoho Developer Freelancer

    ReplyDelete
  2. Thanks for your favor it means us a lot.
    Visit Us

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. Hello

    I Read your blog about best Front-End Developers. You wrote really very well, If You want to Hire Front-End Developers then, you can visit HireFullStackDeveloperIndia at: HireFullStackDeveloperIndia.

    ReplyDelete
  5. That’s really amazing and extraordinary blogs & can help those who get issues in searching this type of information.

    call center telephone systems

    ReplyDelete
  6. That's amazing blog post.It will be very helpful for those who are looking to prepare for full-stack or front -end development.
    Also,check Full stack classes in Pune

    ReplyDelete

Post a Comment

Popular posts from this blog

Set up your VOIP based SIP soft phone and know more about VOIP

Data Science v/s Data engineer v/s Data Analyst