Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Udemy – JavaScript Basics - Learning The Fundamentals of Coding

Posted By: Rare-1
Udemy – JavaScript Basics - Learning The Fundamentals of Coding

Udemy – JavaScript Basics - Learning The Fundamentals of Coding
WEBRip | MP4/AVC, ~219 kb/s | 1280 x 720 | English: AAC, 59.0 kb/s (2 ch), 48.0 KHz | 296 MB
Genre: Development / Web Development | Language: English | +Project Files

A beginners guide to the fundamentals of JavaScript by showing you step by step programming. Have you always wanted to become an online web developer or JavaScript developer? With all the different programming languages out there it can be hard to find one to start off with yet alone find a good course that will show you how to learn the language effectively.

Because of all this I put together a JavaScript basics course that will show you as a complete beginner how to begin creating programs using JavaScript. This course is created for anyone brand new to web development, or simply for those who know HTML, CSS, or any other programming language but have never worked with JavaScript before.
My goal with this course is to make the best resource for learning JavaScript online, PERIOD. Because there is so much to learn, I will be continually adding new content to the course as well as updating older lectures to get rid of outdated content.
If you always wanted to get into programming then this course is right for you! Let's take a look at what you will learn throughout this course:
  • An Introductory To Working With JavaScript
  • The syntax and basics
  • Working with Variables
  • Understand how Strings and Numbers Work
  • Using conditional statements to create multiple outcomes in your programs
  • Creating and working with functions to make your programs even more powerful.
  • Everything you need to know in order to get started with JavaScript development.

If you join the course now you will get LIFETIME access, that's right even when I update the course and add new content you will still get all the new content for FREE.
Since this course is new on Udemy the price will be low, I will be slowly raising the price however so grab it now while its still cheap!

What are the requirements?
  • Have an eagerness to learn!
  • Basic understanding of HTML is helpful but not required

What am I going to get from this course?
  • Over 38 lectures and 2 hours of content!
  • Design and create programs using the JavaScript programming language
  • Understand the syntax and flow of JavaScript
  • Learn the foundations needed to begin programming and working in JavaScript
  • Gain a solid understanding of how variables are used in JavaScript
  • Learn how to use conditional statements to create programs with multiple outcomes
  • Work with strings and numbers effortlessly
  • Learn how to create functions to create reusable and flexible scripts

What is the target audience?
  • Anyone who wants to learn the JavaScript programming language
  • Anyone who wants to get started as a Web Developer online
  • Anyone who wants to create interactive web and web applications online

Curriculum
Section 1: Introduction To JavaScript
Lecture 1 What You Will Be Learning Throughout This Course Preview 01:52
In this lecture you are going to be given a very brief introductory to JavaScript as well as an introductory to what you will be learning throughout this course. There is a lot of material to cover and you will be doing a lot of programming throughout this course so it's important that keep moving on and studying the course materials.
We will briefly talk about the syntax of a JavaScript and give you a short outline of how the future lectures are going to be.
Welcome to the JavaScript for beginners course!

Lecture 2 Creating Your Very First JavaScript Program! Preview 08:19
In this lesson we are going to get our hands dirty and YOU are going to create your very first program in JavaScript! Your going to probably be pleasantly surprised at how easy this is but don't worry things will get more advanced. For now you are just going to get a taste of what it feels like to program a few lines of code.

Lecture 3 Some Examples of Good Text Editors For Coding Preview Text
I've decided to create a list of some popular coding edits used for JavaScript development as well as many other popular online languages. I've divided this list into bot FREE and paid coding editors.
I've only shared with you the ones that I am familar using so if you would like to reccomend an editor that is not on this list please feel free to do so!

Lecture 4 What Is JavaScript and Some Live Examples of It On The Web Preview 03:14
So you just created your very first program online and you got a kickass coding editor, I bet you are ready to go, but hold on. Let's look at JavaScript a little bit deeper and get a sense of how strong JavaScript really is and what others are doing out there in the field.
Of course you won't be able to make programs like these I've shown you here, YET, but eventually as you get more advanced there is really no limits to what you can do.

Lecture 5 How to access the external files for each lesson of this course 01:40
In this video I am going to show you how to access the downloadable files for each lesson as well as how to access external resources that I refer to in each lecture of the course!

Quiz 1 Javascript Basics 4 Fragen
Lecture 6 How To Link an External JavaScript File From an HTML Document 04:02
So far we have been including our JavaScript directly into our HTML document which is fine but it's best to keep our JavaScript in an external file, just to keep things organized.
In this lesson I am going to show you how to create an external JavaScript file and connect it to your HTML document.

Lecture 7 What Is The JavaScript Console? 04:19
The JavaScript console can be used to help Debug our programs and fix any syntax errors that might be occurring in our programs.
We can also use the console to write handy notes or hidden messages that we can read when we bring up the console in our web browser.

Lecture 8 JavaScript Console Challenge, Can You Debug This Program? 01:12
Alright so you learned quite a bit so far, its time for a challenge! I have a piece of code here that has a few syntax errors in it. Your job is to sift through the code and get our program working.
To complete this challenge make sure that you download the external files for this lesson and give it a go! If you are having troubles don't get frustrated. Join me in the next video and I will show you how to complete the challenge no problem!

Lecture 9 The Solution To The Problem 02:48
In this lecture I am going to take your hand and walk you through how to complete the JavaScript console challenge step by step.
Don't worry if you couldn't complete this challenge on your own, the most important thing is that you are learning and getting better.

Quiz 2 Summary of our Introduction To JavaScript 5 Fragen
Lecture 10 How To Ask For Help? 02:17
In this lecture I am going to show you how you can ask for help if you need any extra assistance while working in the course or if you need some extra help with the course content.

Section 2: Using Variables and Storing Information
Lecture 11 What is a Variable? Preview 04:13
Variables are pretty important in JavaScript and you will be using them a lot, trust me! This is why it is very important that you have a good solid understanding of how variables work.
In this section of the course you are going to learn how to use variables and how we can make our programs even more advanced.

Lecture 12 How To Assign Names To Your Variables 02:21
In order to work with variables effectively you need to understand how to assign names to your variables. Now there are a few rules that we need to follow as we do this but don't worry, I will show you everything that you need to know.

Lecture 13 An Introduction to Strings and Numbers 01:16
We've worked with strings in this course already but lets dive a little bit deeper and learn more about them. We are also going to go over numbers as well and udnerstand why math is sooo important in JavaScript.

Lecture 14 How To Capture Input From a Visitor 02:02
Gathering input from a visitor allows your programs to become a lot more engaging for the user. In today's video you are going to be using the prompt(); command to gather text that a user inputs and use that information in your code.

Lecture 15 Combining Strings Together 03:04
Combing strings in JavaScript sounds like it might be a little bit tricky, but don't worry its actually not too bad. It's going to look a little bit weird at first but eventually you will be able to quickly look at this code and put it all into place.

Lecture 16 Working With Strings In Further Details 02:28
Let's dive a little bit deeper and work even more with strings. There is a lot to cover here so lets get right into it!

Lecture 17 The Variable Coding Challenge 01:34
Lecture 18 Solution to The Variable Coding Challenge 03:28
Let's go over step by step the solution to the variable coding challenge.

Quiz 3 Quiz on Variables and Section 2 4 Fragen
Section 3: Working With Numbers In JavaScript
Lecture 19 What Are Numbers? Preview 02:17
As a JavaScript developer you will be working with numbers a lot! In this lesson you are going to be introduced to numbers and how they work.
If math is not your thing do not worry, it's not as bad as you might think!

Lecture 20 How We Do Math In JavaScript 05:54
We do math a little bit differently in JavaScript. It's important to know how syntax for basic calculations as well as how to add numbers together with variables.

Quiz 4 Numbers and Calculations 4 Fragen
Lecture 21 Working With The Math Object 03:51
The math object is a powerful tool in JavaScript that can do all kinds of basic and advanced math calculation. With the math object you can calculate pi, round numbers up and down and all kinds of cool things.
In this lecture you are going to learn how to use the math object in your programs.

Lecture 22 The Numbers Challenge 00:45
Are you ready for a challenge? The numbers challenge is going to be a little bit tricky but I'm sure you will be able to handle it no problem!
In this challenge you will be building a random number generator. Try to create the program yourself and if you need help join me in the next lecture and we will complete the project together :)

Lecture 23 Solution To The Numbers Challenge 03:10
Here is the step by step guide to the random number generator challenge.

Quiz 5 Review For Working With Numbers 3 Fragen
Section 4: Working With Conditional Statements
Lecture 24 What are Conditional Statements? Preview 06:09
Conditional statements add a whole new layer of user experience as well as outcomes that our programs can have. Watch this video and be introduced to how we can use conditional statements to make our JavaScript programs more advanced.

Lecture 25 Comparison Operators 02:34
Comparison operators are what compare to values to decide whether our conditional statement is ether true or false. In this lesson we will go over some common comparision operators as well as some practice to help you along the way with building your conditional statements.

Lecture 26 Working With Booleans 01:33
Booleans give us another value that we can work with in JavaScript. Remember strings and numbers? Booleans are just like strings and numbers. A Boolean is the value of a conditional statement which can ether be true or false.

Lecture 27 Comments In JavaScript 02:05
We can add comments to our JavaScript code in order to help lease us notes or leave helpful information for someone who might be working with your code in the future. In this lesson I will show you how you can easily add comments to your JavaScript programs.

Lecture 28 Combing Multiple Tests Into a Single Condition 06:45
As your conditional statements get more advanced and you start to better understand how they work your going to want to start adding more tests to make your programs a little bit more flexible and functional.
In this lesson I am going to give you some simple examples of how you might add multiple tests into a single conditon.

Lecture 29 Working With Conditional Statements Challenge 00:57
Your probably sick of working with conditional statements by now but don't worry we are almost done! It's time for another challenge. In this challenge you are going to make a quiz and add all of the information you have learned so far in the course.
Join me in the next video where I will walk you through the whole process step by step.

Lecture 30 Working With Conditional Statements Challenge Solution 10:48
Here is the solution to the JavaScript conditional statements challenge.

Quiz 6 Review On Conditional Statements 3 Fragen
Section 5: Working With Functions In JavaScript
Lecture 31 What are Functions? Preview 02:19
Functions can be used to make our programs operate better as well as to make bits of code more flexible and reusable. The core of JavaScript is using functions so its important that you know how to create your own and use them.
In this lecture you will get an introduction to how functions work in JavaScript.

Lecture 32 How To Return a Value From a Function 02:08
We can use functions to return a value and then store that value in the function so we can use it later on in our program. In this lesson I will show you how to return a value from a function for later use.

Lecture 33 Giving Information To a Function 02:20
Just like returning a value from a function, we can also give information to our function and make them a lot more flexiable in how they operate.

Lecture 34 Variable Scope 01:59
The variable scope will explain to you how variables interact with each other when it comes to your program and your functions. There are two types of variable scropes called global variables and function variables.

Lecture 35 Working With Functions Challenge 00:34
Here is the challenge for the functions section of this course. If you need help consult the solution video.

Lecture 36 Working With Functions Solution 03:00
Here is the solution to the functions challenge.

Section 6: Where To Go From Here
Lecture 37 Congratulations on Completing The Course! 02:27
Section 7: Coming Soon
Lecture 38 New Content Being Added To The Course Preview Text

Udemy – JavaScript Basics - Learning The Fundamentals of Coding




Many Thanks to Original uploader.


For More Rare Movies Check out my blog!

Download Links:

No Mirrors Please