Building a Conditional Logic Flow

There is a new feature in town called querySelectorAll. Before we can start working with it, we need to filter out and define the browsers that support this feature, while building the foundation for an alternative solution.

  • Discover the available support levels in browsers
  • Create a conditional feature script
  • Take a first look at the querySelectorAll method

Complete and Continue