Javascript for Absolute Beginners Practical Javascript

所在平台: Udemy

课程主页: https://www.udemy.com/course/javascript-fundamentals-for-beginners/

课程评论:没有评论

第一个写评论        关注课程

课程简介

Coursera 上的《JavaScript 入门:实用 JavaScript》课程是一门循序渐进的指南,旨在帮助没有任何编程经验的绝对初学者掌握 JavaScript 的基础知识。课程包含高质量视频、清晰音频和引人入胜的学习内容,并提供每个视频的源代码。 课程涵盖以下内容: * **JavaScript 基础:** 介绍 JavaScript 的语法、基本关键字,以及如何编写第一个 JavaScript 程序。还将介绍 JavaScript 控制台,用于调试程序。 * **变量和字符串:** 学习变量的声明、赋值和命名规则,并完成一个小型项目和测验。 * **数字:** 学习使用 JavaScript 进行数学计算,包括生成随机数和基本数学函数。最终项目是创建一个能生成随机数的程序。 * **条件语句:** 学习如何使用 `if`、`else` 和 `else if` 等条件语句为程序增加灵活性。最终项目是构建一个互动式数学测验。 * **函数:** 学习创建可重用代码的函数,包括不同类型的函数以及带有参数和返回值的函数。最终项目是构建自己的函数。 * **循环:** 学习 `for`、`while` 和 `do while` 等不同类型的循环,以及如何重复执行操作。最终项目将扩展之前的测验程序。 * **数组:** 学习如何使用数组存储信息,以及不同的数组类型和常用方法。 * **Cookies:** 学习如何在 JavaScript 中设置、获取和删除 cookies。 * **DOM 操作:** 了解 DOM 的使用和事件处理,包括 `getElementById`、`innerHTML`、`getElementsByTagName` 和事件处理器。 * **面向对象 JavaScript (OOJS):** 介绍 JavaScript 中的面向对象编程概念和构造函数。 * **内部与外部 JavaScript:** 学习内部 JavaScript 和外部 JavaScript 的区别,以及何时使用它们。 * **JavaScript 单元测试框架:** 介绍 JavaScript 单元测试的概念、挑战以及常用的单元测试框架。 * **JavaScript 与 TypeScript 对比:** 深入比较 JavaScript 和 TypeScript 的定义、历史、特性以及选择哪个更好。 * **Quicksort 算法:** 学习 Quicksort 算法和 JavaScript 中的默认排序。 授课讲师 Mark Jan Vincent Enriquez 拥有 IT 开发、多媒体设计、项目管理和数字营销的丰富经验,并持有管理和工商管理硕士学位。本课程时长超过 8 小时,确保学生掌握扎实的 JavaScript 基础知识,为进一步学习高级内容打下坚实基础。课程提供终身访问权限,并有 30 天不满意退款保证。对 HTML 和 CSS 有基本了解会很有帮助。

课程评论(0条)

课程详情

This course is a step by step guide that will take your hand and guide you through the absolute basics and show you everything you need to learn in order to get started with JavaScript. I've put a lot of effort into this course to make sure that the videos are recorded in high quality, the audio is clear, and the lessons are engaging and informative.Source codes of each and every video will be provided. Afterwards students will have a quiz about the topics discussed each section. No coding experience is needed to take this course! We will start from the basicsWhat You Will Be Learning In This CourseIn this course you will be learning everything that a beginner JavaScript developer needs to know in order to progress at a rapid pace and work within the language with confidence and consistency. Let's go over what we will be covering in the different sections of this course:1. JavaScript Basics - In the first module you will be learning the very basics of JavaScript. Syntax, basic keywords and creating your very first JavaScript program will be covered here. You will also get an introductory to the JavaScript console which can be very effective for debugging your programs.2. Variables - In module number 2 you will be learning all about variables and strings. At the end of module 2 you will have a basic project to build as well as a quiz that will test you on everything you have learned so far.3. Numbers - Numbers can be effective in JavaScript for doing basic and advanced math calculations. In this module you will learn how to generate random numbers and do very basic math functions in JavaScript. Your final project for this module will be to create a program that generates a random number every-time it is run.4. Conditional Statements - Now it's time to start adding more flexibility to your programs. In this module you will learn how conditional statements can really add a new layer of depth to your programs. The final project for this module will be to build an interactive math quiz.5. Functions - Functions can be used to create reusable code and make our lives as JavaScript Developers a heck of a lot easier. In this module you will learn about the basic different types of functions you can create. The final project will have you building your own function.6. Loops - Loops are used to repeat certain actions over and over again. In this module you will learn about the different types of loops in JavaScript. Your final project will touch upon our quiz program we created earlier and make it even more advanced!7. Arrays - Arrays are used in JavaScript to store information in an easier way. You will be learning about the different types of arrays in this module.And lastly Sorting and difference between javascript and typescript.About the Instructor:Hi, welcome to this JavaScript Fundamentals for beginners' course!Save your precious time by buying this course. Come learn the #1 programming language in the world in this fun and exciting course with Mark Jan Vincent Enriquez - A young professional with strong passion in IT development, multimedia design, project management, and digital marketing. With a decade of experience working as an offshore freelancer, with a master degree in Management and Business Administration.This is an introductory course JavaScript Fundamentals for beginners. This course, with more than 8 hours of HD video, will help you learn the theory of JavaScript. Here in this tutorial, you'll get hands-on practices and quizzes each section.It is designed for people who don't have any knowledge about programming or want to truly understand JavaScript. It doesn't matter if you have never written any programs or you have no idea about programming.After this course, all this will change. You will bust the myth that programming is a difficult thing only for the few!Whether you want a career in front end or back end development - you must have a good understanding of this versatile language!At the end of this course you'll have enough fundamental knowledge about JavaScript and to proceed to the advanced level.With this course, you'll receive lifetime access to all these course videos.You can take this course if you have familiarity with the basics of HTML and CSS. There won't be a problem even if you don't know JavaScript coding. This course even comes with a 30-day money-back guarantee. If you are not satisfied with our course, you can take the full refund without any questions.You can take this course anytime, anywhere with you. Why wait? Enroll with the discounted price now!About the course curriculum:Section 1:What is JavaScript?In this section you will learn the Definition of Javascript,History of Javascript , How to Run a Javascript , and Tools you'll need to begin.Then, after this section we'll be having a set of short quizzes about the topics that we discussed.Section 2:JavaScript Variable: Declare, Assign a ValueIn this section you will learn how to Assign a Value to the Variable and Naming VariablesThen, after this section we'll be having a set of short quizzes about the topics that we discussed.Section 3:JavaScript Array Methods: CreateIn this section you will learn What is an Array? ,JavaScript Create Array, JavaScript Array MethodsThen, after this section we'll be having a set of short quizzes about the topics that we discussed.Section 4:For, While and Do While LOOPIn this section you will learn How to use Loop? , Different Types of LoopsThen, after this section we'll be having a set of short quizzes about the topics that we discussed.Section 5:JavaScript Conditional Statements: IF, Else, Else IFIn this section you will learn How to use Conditional Statements , Different Types of Conditional StatementsThen, after this section we'll be having a set of short quizzes about the topics that we discussed.Section 6:JavaScript Define & Call FunctionsIn this section you will learn How to Create a Function in JavaScript, Function with Arguments,JavaScript Return Value.Then, after this section we'll be having a set of short quizzes about the topics that we discussed.Section 7:Cookies in JavaScript: Set, Get & DeleteIn this section you will learn Javascript Set Cookie ,Javascript get Cookie ,JavaScript Delete Cookie.Then, after this section we'll be having a set of short quizzes about the topics that we discussed.Section 8:JavaScript DOMIn this section you will learn How to use DOM and Events , getElementById, innerHTML.getElementsByTagName , Event handlerThen, after this section we'll be having a set of short quizzes about the topics that we discussed.Section 9:Object Oriented JavaScript(OOJS)In this section you will learn What is OOPS Concept in JavaScript? , OOPS Constructor. Then, after this section we'll be having a set of short quizzes about the topics that we discussed.Section 10:Internal & ExternalIn this section you will learn What is Internal JavaScript? ,What is External JavaScript? , When to Use Internal and External JavaScript Code? Then, after this section we'll be having a set of short quizzes about the topics that we discussed.Section 11:Javascript Unit Testing FrameworksIn this section you will learn Javascript Unit testing , Challenges in javascript unit testing ,Javascript Unit Testing Framework. Then, after this section we'll be having a set of short quizzes about the topics that we discussed.Section 12:Javascript VS TypeScriptIn this section you will learn What is JavaScript? ,What is Typescript? ,Why JavaScript? ,Why Typescript?,History of Javascript, History of Typescript, Features of Javascript, Features of Typescript,Typescript vs. JavaScript, What is better?Then, after this section we'll be having a set of short quizzes about the topics that we discussed.Section 13:QuickSort Algorithm in JavaScriptIn this section you will learn Quick sort , Default sorting in javascriptThen, after this section we'll be having a set of short quizzes about the topics that we discussed.

课程标签

0人关注该课程

主题相关的课程