Companies Home Search Profile

Learn JavaScript Quick start Guide for Beginners

Focused View

Laurence Svekis

9:43:29

60 View
  • 1. Introduction Guide to JavaScript Code.mp4
    01:55
  • 2.1 JavaScript Source Code Examples.pdf
  • 2. Section JavaScript Coding examples learn the fundamentals of JavaScript code.html
  • 3. JavaScript Coding Setup editor and browser code.mp4
    02:24
  • 4. JavaScript Console Commenting and Alert code examples.mp4
    06:05
  • 5. JavaScript Code Variables let and const and prompt storing values example.mp4
    15:16
  • 6. JavaScript comparison and assignment Operators applying logic.mp4
    09:50
  • 7. JavaScript Arrays and Objects storing values within objects.mp4
    12:44
  • 8. JavaScript Function Expression and Declaration.mp4
    13:19
  • 9. JavaScript Conditions if statement and switch ternary operator.mp4
    08:12
  • 10. JavaScript Loops for while forEach functions.mp4
    10:23
  • 11. JavaScript Array methods power up your array get the data.mp4
    22:21
  • 12. JavaScript String Methods do more with string values.mp4
    15:19
  • 13. JavaScript Math Random Object creating a random value.mp4
    06:07
  • 14. JavaScript and JSON parse and stringify methods.mp4
    05:11
  • 1.1 JavaScript Array Methods.pdf
  • 1. JavaScript Array Source Code and code examples.html
  • 2. Quick JavaScript Tips Array..mp4
    04:11
  • 3. Get Array Data Loop.mp4
    07:41
  • 4. JavaScript Array Updates.mp4
    05:19
  • 5. Array Map Method Quick Examples.mp4
    13:03
  • 6. Array concat example..mp4
    04:14
  • 7. Example of Array Entries Method.mp4
    06:25
  • 8. Array Filter Method Example.mp4
    10:34
  • 9. Array Includes Method Example.mp4
    08:02
  • 1.1 Code Examples JavaScript.pdf
  • 1. JavaScript code examples and source code for section projects.html
  • 2. JavaScript Arrow Function Example.mp4
    15:45
  • 3. JavaScript Console Object.mp4
    18:44
  • 4. JavaScript object array destructing.mp4
    15:41
  • 5. JavaScript Template literals.mp4
    15:57
  • 6. Data type conversion.mp4
    11:00
  • 7. Immediately Invoked Function Expression Example.mp4
    03:24
  • 8. JavaScript adding numbers in array.mp4
    03:36
  • 9. Using the JavaScript Array filter method.mp4
    16:31
  • 10. JavaScript includes method for arrays.mp4
    08:40
  • 11. How to remove items from an array with JavaScript.mp4
    12:31
  • 12. JavaScript use of the every method for JavaScript.mp4
    08:57
  • 13. JavaScript logical conditions.mp4
    05:52
  • 14. Array map method coding example.mp4
    04:00
  • 15. JavaScript serialization and deserialize with JSON.mp4
    13:27
  • 16. Storing objects to local storage in the browser using JavaScript.mp4
    12:37
  • 17. Using of math object for random values and random array items.mp4
    13:30
  • 18. JavaScript Object constructor example.mp4
    04:25
  • 19. JavaScript string method remove whitespace.mp4
    07:52
  • 20.1 Counting Vowels.pdf
  • 20. How to count the Vowels in a String includes Regex match Example.mp4
    08:58
  • 1. Course updated please only use this section for reference.html
  • 2. Introduction to JavaScript and course content.mp4
    01:30
  • 3.1 JavaScript 2019.pdf
  • 3. Downloadable PDF of course.html
  • 4. JavaScript Powers The Web.mp4
    04:46
  • 5. More about JavaScript.mp4
    08:01
  • 6.1 index.html
  • 6. JavaScript and HTML create it.mp4
    06:42
  • 7.1 4 lesson.zip
  • 7. JavaScript Comments Coding.mp4
    03:04
  • 8.1 5 lesson.zip
  • 8. JavaScript Variables.mp4
    04:39
  • 9.1 6 lesson.zip
  • 9. JavaScript Variables Let Const.mp4
    09:11
  • 10.1 7 lesson.zip
  • 10. Data Types and Variable Setup.mp4
    06:56
  • 11.1 8 lesson.zip
  • 11. JavaScript Prompt.mp4
    03:01
  • 12.1 9 lesson.zip
  • 12. Template Literal JavaScript.mp4
    03:09
  • 13.1 10 lesson.zip
  • 13. JavaScript Data Types.mp4
    08:24
  • 14. JavaScript Operators.mp4
    05:58
  • 15.1 12 lesson.zip
  • 15. JavaScript Operators More.mp4
    05:42
  • 16.1 13 lesson.zip
  • 16. JavaScript Challenge 2.mp4
    03:51
  • 17.1 14 lesson.zip
  • 17. Comparison Operators.mp4
    08:36
  • 18.1 15 lesson.zip
  • 18. If Else Statements.mp4
    03:21
  • 19.1 16 lesson.zip
  • 19. Ternary Operator.mp4
    02:35
  • 20.1 17 lesson.zip
  • 20. Multiple Conditions.mp4
    04:56
  • 21.1 18 lesson.zip
  • 21. Challenge #3.mp4
    03:27
  • 22.1 19 lesson.zip
  • 22. JavaScript Switch.mp4
    03:16
  • 23.1 20 lesson.zip
  • 23. JavaScript Functions.mp4
    06:06
  • 24.1 21 lesson.zip
  • 24. Function Parameters.mp4
    05:01
  • 25.1 22 lesson.zip
  • 25. Function the return.mp4
    03:58
  • 26.1 23 lesson.zip
  • 26. Function in HTML.mp4
    03:09
  • 27.1 24 lesson.zip
  • 27. Quick DOM events.mp4
    03:19
  • 28.1 25 lesson.zip
  • 28. declaration vs expression.mp4
    03:07
  • 29.1 26 lesson.zip
  • 29. Function Scope.mp4
    03:35
  • 30.1 27 lesson.zip
  • 30. function recursion.mp4
    05:46
  • 31.1 28 lesson.zip
  • 31. IIFE JavaScript.mp4
    04:29
  • 32.1 29 lesson.zip
  • 32. ES6 Arrow Function.mp4
    03:55
  • 33.1 30 lesson.zip
  • 33. JavaScript Objects Arrays..mp4
    05:38
  • 34.1 31 lesson.zip
  • 34. Object Method.mp4
    03:41
  • 35.1 32 lesson.zip
  • 35. Create Objects with Functions.mp4
    02:27
  • 36. Objects and Arrays.mp4
    01:10
  • 37.1 34 lesson.zip
  • 37. Arrays JavaScript.mp4
    04:43
  • 38.1 35 lesson.zip
  • 38. Power up with Arrays.mp4
    07:54
  • 39.1 36 lesson.zip
  • 39. JavaScript Arrays More.mp4
    06:27
  • 40.1 37 lesson.zip
  • 40. Array Filter..mp4
    02:04
  • 41.1 38 lesson.zip
  • 41. JavaScript Loops.mp4
    05:09
  • 42.1 39 lesson.zip
  • 42. Challenge 4 Loops.mp4
    02:45
  • 43.1 40 lesson.zip
  • 43. Loop Object and Array Data.mp4
    04:20
  • 44.1 41 lesson.zip
  • 44. JavaScript Map.mp4
    02:35
  • 45. JavaScript Conclusion.mp4
    01:04
  • Description


    Quick Learning Guide to the core fundamentals of JavaScript and how to use JavaScript creating web applications

    What You'll Learn?


    • How to use JavaScript
    • Develop Basic JavaScript Skills
    • Apply JavaScript to create applications

    Who is this for?


  • Beginners to JavaScript
  • Web developers
  • HTML and CSS coders
  • What You Need to Know?


  • Access to computer
  • Use of editor to write code
  • HTML and CSS knowledge
  • More details


    Description

    Learn JavaScript Language Fundamentals and start coding JavaScript Today.

    JavaScript Coding examples learn the fundamentals of JavaScript code. Explore the fundamental core concepts of using JavaScript and how to apply JavaScript code to create interactive web applications.

    Includes 3 Downloadable PDF guides with source code, exercises and challenges.


    • Console Commenting and Alert

    • JavaScript Code Variables let and const

    • JavaScript comparison and assignment Operators

    • JavaScript Arrays and Objects

    • JavaScript Function Expression and Declaration

    • JavaScript Conditions if statement and switch

    • JavaScript Loops for while forEach functions

    • JavaScript Array methods

    • JavaScript String Methods

    • Math Random Object

    • JavaScript and JSON

    Downloadable PDF source code and coding example guide included!!!

    Try the code and learn how to apply JavaScript

    Code lessons are designed to provide a quick way to learn code, each lesson will demonstrate the objective of the lesson, the code in action of what is covered.  Then provide the steps to achieve the coding objective. 

    The fundamentals of JavaScript are all you need to start coding today and build amazing things with JavaScript.

    The content of the this course is designed from real world coding needs, based on questions and commonly used code for real world applications.  No wasted time, just straight code learning.

    Learn more about JavaScript and how JavaScript ES6 can be applied to create amazing JavaScript projects.  Course is loaded with JavaScript Examples and perfect JavaScript for Beginners to learn more about JavaScript Online.  Writing JavaScript Code using vanilla JavaScript - no libraries no tricks this JavaScript tutorial the JavaScript Course will walk you through creating your own JavaScript code and provide many JavaScript Code Snippets for use in JavaScript programming.  Learn JavaScript with this step by step JavaScript Course.

    Source Code is included so you can try the code.

    Resources and tips are provided throughout the course when appropriate.

    Modern JavaScript focused means that we do cover current syntax as well as foundational code.  No frameworks or JavaScript libraries you can do it all with regular vanilla JavaScript.

    All you need is a browser to see JavaScript in action and with a few lines of code you can do a whole lot.  It’s easy let us show you.

    Course covers

    • Setup you working development environment and get ready to write some code.

    • What JavaScript is and how code works.  Tools and resources used to write JavaScript

    • How to create JavaScript Code and run it in your browser

    • Comments and debugging with the console

    • Variables and how to create and store values in code

    • Declaring variables assigning values

    • Using let and const as variables

    • Strings Numbers and Boolean data types

    • Other data types null, undefined

    • Best practices and rules to name variables

    • Using JavaScript windows methods alert and prompt

    • Creating template literals

    • Challenge #1 Using Template literals in code

    • JavaScript type conversion and how it works

    • JavaScript Operators

    • Comparison and Assignment operators

    • Challenge #2 to create a Miles to Kilometers Converter

    • Truthy or Falsy

    • JavaScript Conditions if else statements

    • JavaScript Conditions else if statements

    • Using Short ternary operator

    • Conditions with Multiple conditions and logical operators

    • Challenge #3 - Hello Greeter

    • JavaScript Switch statement

    • JavaScript Functions

    • JavaScript Functions arguments and default values

    • JavaScript Functions return values

    • JavaScript click events on elements

    • Function declaration vs expression

    • Function scope global vs local

    • Function recursion

    • IIFE (Immediately Invoked Function Expression)

    • ES6 Arrow format

    • JavaScript Objects

    • Object Method and const

    • Functions to create Objects

    • JavaScript Arrays

    • Array methods to do more with arrays

    • Array filter

    • JavaScript Loops and iteration

    • forEach, object and array data

    • Challenge #4 - Loops Array builder

    • JavaScript Map

    No libraries, no shortcuts just learning JavaScript making it DYNAMIC and INTERACTIVE web application.

    Step by step learning with all steps included.

    Beginner JavaScript knowledge is required as the course covers only JavaScript relevant to the building of the game.  Also HTML and CSS knowledge is essential as scope of this course is all JavaScript focused.  

    Along with friendly support in the Q&A to help you learn and answer any questions you may have.

    Try it now you have nothing to lose, comes with a 30 day money back guarantee.  

    Start building and coding with JavaScript today.

    Who this course is for:

    • Beginners to JavaScript
    • Web developers
    • HTML and CSS coders

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Laurence Svekis
    Laurence Svekis
    Instructor's Courses
    I'm here to help you learn, achieve your dreams, come join me on this amazing adventure todayGoogle Developers Expert - GSuite Providing Web development courses and digital marketing strategy courses since 2002.Innovative technology expert with a wide range of real world experience. Providing Smart digital solutions online for both small and enterprise level businesses."I have a passion for anything digital technology related, enjoy programming and the challenge of developing successful digital experiences. As an experienced developer, I created my first computer applications in 1990, and my first website in 1998.  I enjoy sharing my knowledge with others and want to help you share in the wonderful opportunities that the internet provides.""Learning, understanding with a strong passion for education.  The internet has provided us with new opportunities to expand and share knowledge."Want to learn more about becoming a web developer, do you want to experience the freedom that technology provides for us? Learn how to bring amazing things to life online.  Technology connects us all in many ways.  It opens up doors to those who embrace it and learn how to make those connections real."My courses are designed to help you achieve your goals, learn and update skills"Background : An experienced web application developer, having worked on multiple enterprise level applications, hundreds of websites, business solutions and many unique and innovative web applications.  Web application development areas of expertise include HTML, CSS, JavaScript, JQuery, Bootstrap, PHP and MySQL. Anything to do with web creation and digital experience. Passionate about everything to do with web application development, programming to online marketing with a strong focus on social media and SEO. "Understanding technology provides a means to better connect with users.  It also opens so many doors.   Knowledge is the key to success and I want to help you experience what technology has to offer. I'm passionate about web technologies, and look forward to sharing my knowledge and experience with you!"
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 83
    • duration 9:43:29
    • English subtitles has
    • Release Date 2023/09/04