Tag: Accio Code

  • JavaScript Tutorial – Part 30: Form Validation 2

    Get the files from GitHub: https://github.com/colorfest/JavaScriptTutorial The final video for this JavaScript Tutorial series continues on form validation. Although we’re not getting in depth with the topic (that is going to be another series in itself), we wanted to show beginners the concepts behind form validation. Original source Link to this post!

  • JavaScript Tutorial – Part 25: Arrays – Loops and Tables

    Get the files from GitHub: https://github.com/colorfest/JavaScriptTutorial In this video we show the basics of looping through an Array to populate a simple html table. For this example, we’re using document.write to print out the structure of the table and the results from our JavaScript Array. Original source Link to this post!