JavaScript Tutorial for Beginners – 01 – Introduction




Introduction to beginning JavaScript

Original source


32 responses to “JavaScript Tutorial for Beginners – 01 – Introduction”

  1. I see your Bootstrap tutorial in here, among your offerings. Can you create a video that covers all your web design offerings, and explain each and what importance it has to web design? I see it requires some knowledge of JS, as well as HTML and CSS. Where do all these programs fit, and how important is it to know them?

  2. Hi! You have a new subscriber here. I'm going through your HTML and CSS vids. Good stuff! I have a question though and wanted to know if you could offer some clarification. We are about to switch to Oracle NetSuite ERP at our company and will be required to learn SuiteScript, in order to automate our work flow sales processing, billing, etc. Is there much relevance to SuiteScript and the Java Script shown in your tutorials? Are the two separate universes or basically the same? I just thought I would ask. Thanks!

  3. +EJ Media sir, thanks for ur tremendous tutorials. I really love it. I want u to kindly make a tutorial on creating a bubble slider and responsive navigation menu (hamburger) using Javascript. Waiting for ur reply.

  4. I liked your introduction monologue about what JavaScript is and does compared to many other videos. However, I would reconsider one suggestion of where to place calls for JS code. In Google's Page Speed "Site Loading" recommendations that prefer that the actual Webpage get rendered on the screen before any manipulative code be called into play. I have see a very few that have addressed this and suggest placing JS code or anything that would interupt the initial DOM loading be placed in the <footer> or before the closing </body> element. Just something to consider. TY

  5. I believe you can also put the JavaScript code into the Body. There's also an article that i've read that advises to put the JS code at the bottom part of the Body, coz this can improve page load, because script compilation can slow down the display when its at the Head part.
    What can you say about this? Anyone? Thanks~~

Leave a Reply