Can you list out some amazing things Javascript can do

I recently found out, using javascript i can find out the battery level of the current systems, i was really fascianted when i find out.

It wasnt that long ago, may be 2 – 3 days max i think.

I know javascript can do much more amazing things that i c…


This content originally appeared on DEV Community and was authored by Sojin Samuel

I recently found out, using javascript i can find out the battery level of the current systems, i was really fascianted when i find out.

It wasnt that long ago, may be 2 - 3 days max i think.

I know javascript can do much more amazing things that i can never imagine.

As a javascript developer, i know you're already aware of a lot of features like in this case navigator.getBattery()

A code snippet from stackoverflow to find out your current batterl level:

`navigator.getBattery().then(function(battery) {

var level = battery.level;

console.log(level);

});`

I want to now more what javascript can do, which will excite me more to continue my journey.

can you list out some amazing things javascript can do like in the above case.


This content originally appeared on DEV Community and was authored by Sojin Samuel


Print Share Comment Cite Upload Translate Updates
APA

Sojin Samuel | Sciencx (2022-07-06T13:33:37+00:00) Can you list out some amazing things Javascript can do. Retrieved from https://www.scien.cx/2022/07/06/can-you-list-out-some-amazing-things-javascript-can-do/

MLA
" » Can you list out some amazing things Javascript can do." Sojin Samuel | Sciencx - Wednesday July 6, 2022, https://www.scien.cx/2022/07/06/can-you-list-out-some-amazing-things-javascript-can-do/
HARVARD
Sojin Samuel | Sciencx Wednesday July 6, 2022 » Can you list out some amazing things Javascript can do., viewed ,<https://www.scien.cx/2022/07/06/can-you-list-out-some-amazing-things-javascript-can-do/>
VANCOUVER
Sojin Samuel | Sciencx - » Can you list out some amazing things Javascript can do. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/07/06/can-you-list-out-some-amazing-things-javascript-can-do/
CHICAGO
" » Can you list out some amazing things Javascript can do." Sojin Samuel | Sciencx - Accessed . https://www.scien.cx/2022/07/06/can-you-list-out-some-amazing-things-javascript-can-do/
IEEE
" » Can you list out some amazing things Javascript can do." Sojin Samuel | Sciencx [Online]. Available: https://www.scien.cx/2022/07/06/can-you-list-out-some-amazing-things-javascript-can-do/. [Accessed: ]
rf:citation
» Can you list out some amazing things Javascript can do | Sojin Samuel | Sciencx | https://www.scien.cx/2022/07/06/can-you-list-out-some-amazing-things-javascript-can-do/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.