SitePoint
  • Blog
  • Discord
  • Forum
  • Library
  • Login
Join Premium

Front End Developer Fundamentals

Close
  1. Front-End: Click Counter
  2. CSS: Flush-Aligned Responsive Boxes
  3. +1 Array
  4. Middle of a String
Front End Developer Fundamentals

Coding Assessment

Front End Developer Fundamentals

This assessment tests your ability in core front-end technologies: HTML, CSS and JS. You will be challenged on updating HTML, working with CSS, and using JS to work with Strings and Arrays. These are common functions of any Front End Developer.

Estimated Time: 1 hour 10 minutes

Challenges

  1. Front-End: Click Counter

    Create a simple counter which responds to click events.

  2. CSS: Flush-Aligned Responsive Boxes

    Create two <div> elements and add CSS to match a simple specification.

  3. +1 Array

    Increment an array of a series of digits which represents an integer.

  4. Middle of a String

    Write a function to find the character(s) in the middle of the provided string.

What Are Coding Assessments?