Most modern mobile devices include vibration hardware, Adding vibration to your website or PWA gives the user haptic feedback by causing the device to shake. If you are making video games and/or mobile apps using vibration can alleviate the experience.
Category: JavaScript
This is a code snippet to un-flatten Map or Flat JSON Object to Nested JSON object. This JavaScript method will help you convert Flat JSON
This is a code snippet to flatten Nested JSON Object to Flat JSON object or map. This JavaScript method will help you convert Nested JSON
JavaScript console provides multiple useful methods, which if used effectively can greatly help with your development. Here is the list of most useful methods and console tricks.