BARKII
BARKII
SANJANA G B
4GK21CS039
It is one of the scripting language primarily used for client-side web development.
Client-side scripting: Javascript primarily runs on the client-side (in the users web browser),
unlike server-side languages like python(used in Django). this means javascript code is
executed on the users device ,allowing for real time interaction without needing to
communication with the server for every action.
Dynamic content: Javascript enables the manipulation of HTML and CSS, allowing
developers to dynamically update the content and styling of web pages based on user
interactions or other events. This includes like showing/hiding elements , changing text
or images, and animating elements.
Browser compatibility: Javascript code can run on most modern web browsers,
including chrome, firefox, safari, and edge. However, developers need to consider
browser compatability
THANK YOU!..