5 Native APIs For JavaScript

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Rahul Pandey

@RahulPandey

1 - Practice recreating designs


Enhance your CSS skills by recreating
designs on Dribbble. Select an intriguing
design and challenge yourself to
recreate it using CSS. It's a fun way to
improve your skills!

But don't forget to mention the source if


you share online.
Rahul Pandey
@RahulPandey

1 - Geolocation API
Provides location information of
the user's device, such as latitude,
longitude, and altitude.

Use it to offer location-based


services in web applications.
Rahul Pandey
@RahulPandey

2 - Web Speech API


Enables web developers to
incorporate speech recognition and
synthesis capabilities into their web
applications.

Great for accessibility and hands-


free use.
Rahul Pandey
@RahulPandey

3 - Share API
Allows users to share web content,
such as links and text, with other
applications installed on their
device.

Easily share content on social


media or messaging apps.
Rahul Pandey
@RahulPandey

4 - Web Storage API


Helps to store data on the user's
device, allowing web applications
to remember user preferences and
settings.

Improve the user experience by


personalizing the app.
Rahul Pandey
@RahulPandey

5 - Web Notifications API


Allows web developers to send
notifications to users even when
the web application is not in use.

Keep users informed about


important events or updates.
Rahul Pandey
@RahulPandey

Enjoyed learning about these 5 Native


JavaScript Web APIs?

Please consider liking and resharing to


help others discover these powerful
functionalities.

For more daily web development content,


follow me on @RahulPandey !

You might also like