Image for post: Frontend development interview questions

Frontend development interview questions

A modern web developer must know about HTML, CSS, Javascript, Node JS and the whole ecosystem around these technologies. Let's how we can be prepared.

HTML

  • Accessibility
  • Semantic HTML
  • Structured data

Javascript

Learning the core Javascript is very important. Javascript is living maybe the greatest moment ever with Ecma script standard and its great usability inside the NodeJS enviroment. So here we have the most interesting topics:

  • Basic Javascript: syntax primitive and reference types, functions, functional programming etc.
  • Objects
  • Prototypes
  • Prototypical inheritance
  • ES6 Classes
  • ES6 Modules
  • Javascript Design Patterns

Javascript Frameworks

We already know the msot popular JS frameworks and libraries:

  • Angular
  • React
  • VueJS
  • Backbone

The future with advanced topics and technologies

  • WebVR
  • Augmented Reality
  • WebGL
  • Progressive Web Apps

Real World Interviews