sofiane-abou-abderrahim / javascript-and-browser-support

I built and planned this little JavaScript demo application for Browser Support. First of all, I analyzed the market to find which resources I can use to find out which feature is supported by which browser and which market share that feature has. Then, I used different techniques: feature detection with fallback code, manual polyfills and Babel.

Home Page:https://sofiane-abou-abderrahim.github.io/javascript-and-browser-support/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

I built and planned this little JavaScript demo application for Browser Support. First of all, I analyzed the market to find which resources I can use to find out which feature is supported by which browser and which market share that feature has. Then, I used different techniques: feature detection with fallback code, manual polyfills and Babel.

https://sofiane-abou-abderrahim.github.io/javascript-and-browser-support/


Languages

Language:JavaScript 66.8%Language:HTML 22.0%Language:CSS 11.2%