JavaScript from Null: Chapter 2
basixvideos

JavaScript from Null: Chapter 2

This entry is part 2 of 7 in the series javascript-from-null

The Full Series

Continuing on from chapter one, we’ll now take things a step further as we learn about primitive datatypes, operators, if statements, and naming conventions.

In this Screencast, you’ll Learn:

  • camelCase naming
  • Primitive data types: String, Number, Boolean
  • Difference between = and ===, and != and !==
  • How a string can have methods available to it, like toUpperCase() and length.
  • If statements.
  • JavaScript native functions: parseFloat, and encodeURIComponent
  • Basic Math operations
  • Incrementing numbers

Chapter 2: Data Types

Other Viewing Options

Ready to take your skills to the next level, and start profiting from your scripts and components? Check out our sister marketplace, CodeCanyon.

CodeCanyon


Series Navigation«JavaScript from Null: Video SeriesJavaScript from Null: Chapter 3»

Add Comment

Discussion 51 Comments

  1. Hassan says:

    Hello, Jeff! How come you stopped using the Windows Machine? lol
    and btw SC looks great will watch it and follow it.

  2. Stuart Regan says:

    Great stuff man, can’t wait for Chapter 3!

  3. Jacob Tyo says:

    Your screencasts are digital awesome sauce.

  4. Johny says:

    Thanks Jeff.
    This time am 1st to comment Yay :)

  5. leo rapirap says:

    Thank you Jeffrey Way for taking time to create such great tutorials.

    I learned a lot from your tutorials, previously MySQLi prepared statements
    and now Javascript.

  6. chrisberthe says:

    What’s up with all the ads? :)

    • Jeffrey Way says:
      Author

      The cc 15 second ads at the beginning help to offset the expenditures. :) You can always download a no-ads version from iTunes. :)

      • Charlotte says:

        On iTunes it seems you can only watch it instantly.
        Know of a way to download the actual video file?
        I wanted to watch it on the plane but won’t have an internet connection :(

  7. Jen says:

    This is great! Thanks as always Jeff.

    Jen

  8. kosaidpo says:

    Hello

    great tut cant wait till next week and please dont use ur rap skills on the next episode Pwweeeeeeeees ;]

    tnx

  9. Z says:

    I hope there’s no newbie that’s going to try and make a script with JS on code canyon with what you’ve taught up till now, I remember when I graduated in a computer science degree I told myself I was probably ready to start making awesome plugin’s etc, boy was I wrong, competition is ferocious, what I could write in 50 lines, someone else wrote it in 25.

    Just to say, there’s always some guy on top that will make you that awesome method in a recursive matter that will blow you away wondering how they come up with these things.

    Anyways, looking forward to the other chapters, I’ve already learned JS(Made a few board games), but I dwelled into PHP and C++ so I lost a lot of my shine.

    -Z

  10. Andrew says:

    These Javascript tutorials are amazing, I really appreciate all your hard work. It really helps fill in the gaps that I have with the language.

    Thanks alot!

  11. Hassan says:

    Jeff, can I send you a PSD file?

  12. PhillipG says:

    Nice tutorial once again Jeff looking forward to getting a hold of the meaty JS next week ^^

  13. Arvind says:

    You are GREAT!!!!! very helpful.

  14. Giovanni says:

    Wish these had been around about a month or two ago while I was eating books trying to learn this, hehe.

    Very nice though, I’ll take these in when I need a refresh. They’re really great.
    Thanks, man.

    Looking forward to the next one(s).

    Peace

  15. Praba says:

    Even I know bits & peaces, Thank you so much for the screencasts which is very useful to know all the basics.

  16. Thanks..!

    They are great..!

  17. John says:

    Great series for a n00b like me!! Jeff, can you recommend a good Javascipt book as well???

    Directed at beginners?

  18. Good stuff as always. Can’t wait for some more elaborate stuff with Javascript. Thanks!

  19. Alex McCabe says:

    Jeff are you a coding God? I swear you know EVERYTHING. haha. thanks for this, I started watching it, and it suprised me how much I knew already (not alot) but hey, will continue to watch.

    Big help to the community. Thank you.

  20. Daniel says:

    Anyone know of a site that has a complete list of Javascript functions? I’ve searched, but to no avail.

  21. Matt B says:

    Awesome tut, Jeff! You always seem to be on top of what we all need!

  22. Maciej says:

    Great tutorial. Looking forward to watching next part soon. ;)

  23. Eugene says:

    Omg. Sites always start fine, but then come Ads and all goes to …

  24. These JS tutorials are great… but somehow I have the sneaking suspicion that despite promising 10 CodeIgniter tutorials, Jeffery Way is gonna leave us short at 7 :(

  25. David Moreen says:

    I really thought that raw javascript was harder then this. Looking forward to installment #3 next week.

  26. Micko says:

    Thanks for new chapter.

    I think you should also go through useful functions like addEventListener.

  27. QoQ says:

    Thanks. Good work. I waiting for other tutorial. Thank you so much

  28. Tareq says:

    Hello Jeff, you are just awesome and I am a great fan of yours :)

    I am waiting for a php tutorial of user management system with 4-5 user permission level which includes registration with email activataion, login etc. (Just like Joomla/Wordpress)

    We will be very glad to get it from you :D

  29. Sergio Mercado says:

    Great series, i’m waiting for the next code igniter video :D

  30. These tutorials are exceptional. Your teaching method is sound and easy to follow your thought patterns. Thank you for the tutorials.

  31. reyBorn says:

    I really appreciate this tutorial series. It caters from very basic going to advance.

  32. gt says:

    2m45s “The string is converted to a number and appended to it” Don’t you mean the number is converted to a string?

  33. Thomas says:

    the video doesn’t work… :( PLayback error

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.