|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-javascript-from-zero/
课程评论:没有评论
课程名称:JavaScript入门:Web编程语言 课程概述:这是一个为初学者设计的课程,建议学员具备基本的HTML和CSS知识。在课程中,我们将编写JavaScript代码,学习语法、数据类型、数字和字符串、对象、数组、方法和布尔函数等基础知识。课程还涵盖事件、赋值运算符、变量(var、let和const)、循环(for、while和break)、条件结构(if else、switch和三元运算符)、箭头函数、表单验证、函数和类等内容。学员可以从零开始编写视频中看到的所有内容,或者使用每个章节中附带的文件。 课程还将介绍如何使用WebPack、Node.js、NPM、Babel和ESLint安装现代JavaScript项目。JavaScript(通常缩写为JS)是一种遵循ECMAScript规范的编程语言。它是一种高级编程语言,通常是即时编译的,支持多种编程范式。JavaScript具有大括号语法、动态类型、基于原型的面向对象编程和一流函数等特性。与HTML和CSS一起,JavaScript是万维网的核心技术之一。它使网页具有互动性,是Web应用程序的重要组成部分。绝大多数网站都使用JavaScript来实现客户端页面行为,所有主要网页浏览器都有专门的JavaScript引擎来执行JavaScript程序。作为一种多范式语言,JavaScript支持事件驱动、函数式和命令式编程风格,并提供了用于处理文本、日期、正则表达式、标准数据结构和文档对象模型(DOM)的应用程序接口(API)。
It is a course for beginners. It is better if you have a basic understanding of HTML and CSS.We are going to write JavaScript code. The syntax, data types, numbers and strings.The objects, arrays, methods and boolean functions.Events, assignment operators. Variables, var, let and const.Loops for, while and break. Conditional structures, If else, switches and the ternary operator.The arrow function. The form validation. The functions and classes.You can write from scratch all you see on the video or use the files enclosed to every chapter.How to install a modern JavaScript project with WebPack, Node.js, NPM, Babel, ESLint.JavaScript often abbreviated as JS, is a programming language that conforms to the ECMAScript specification.JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.Alongside HTML and CSS, JavaScript is one of the core technologies of the World Wide Web. JavaScript enables interactive web pages and is an essential part of web applications. The vast majority of websites use it for client-side page behavior, and all major web browsers have a dedicated JavaScript engine to execute it.As a multi-paradigm language, JavaScript supports event-driven, functional, and imperative programming styles. It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM).