#05 Run Javascript File in Browser | JavaScript Course in Tamil (தமிழில்) | M R Kishore Kumar

Опубликовано: 23 Март 2026
на канале: M R Kishore Kumar
81
0

#05 Run Javascript File in Browser | JavaScript Course in Tamil (தமிழில்) | M R Kishore Kumar

To execute JavaScript in a browser you have two options — either put it inside a script element anywhere inside an HTML document or put it inside an external JavaScript file (with a . js extension) and then reference that file inside the HTML document using an empty script element with an src attribute.

#javascript #tamil