|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/javascript-all-you-need/
课程评论:没有评论
课程名称:JavaScript - 所需的一切(包括异步、聊天机器人及面向对象编程) 课程概述:通过学习JavaScript,将您的网页设计/开发技能提升到一个新水平!JavaScript是当今需求量最大的编程语言之一。本课程将从零基础开始,帮助您自信地为网站添加互动性并构建独立应用程序。JavaScript在所有主流浏览器中均可运行,并已成为网络的默认脚本语言。掌握JavaScript将使您能够为网站添加功能和互动性,构建大规模的全栈应用程序,并使用单一编程语言创建游戏。 学习内容包括: - 变量及其操作 - 条件语句和循环 - 函数 - 事件 - 面向对象编程(OOP) - 异步编程 在本课程中,您将完成两个项目: 1. 聊天机器人:您将创建一个优雅的用户界面(HTML),其中包含输入框和消息框,并添加基本的CSS样式(如背景色等)。您将添加几个功能,使聊天机器人在您发送消息时能够做出相关回复,例如,若您询问“你好吗”,聊天机器人将回复“我很好”。 2. 计时器:在该项目中,您将制作一个计时器,并设置三个按钮:开始、停止和重置。当您点击“开始”时,计时器将启动;点击“停止”时,计时器将停止;点击“重置”时,计时器将停止并重置为00:00:00。 这个课程将全面提高您对JavaScript的理解和实际应用能力。
Take your web design/development skills to the next level by learning Javascript!Javascript is one of the most in-demand programming languages today. This course will take you from zero knowledge to confidently adding interactivity to websites and building standalone applications.Javascript is here to stay, it is built into and runs in all the major browsers and is the default scripting language for the web.By learning Javascript you will have the power to add features and interactivity to websites, build large-scale full-stack applications and create games using one programming language!You will learn:Variable and its operationconditional and loopsfunctionEventsoops (object-oriented programming language).Asynchronous ProgrammingIn this course we will make two Projects:1.) ChatBOT:you will make an elegant UI (HTML) in which there will be an input field and message box then we will add basic CSS like background color and etc.here we will add a couple of functions to enable our chatbot would work whenever you sent a message chatbot will give you a relevant reply for example if you asked "How are you" the chatbot will give the answer " I am Fine" in this way it will work.2.) Stop Watch:in this project, you will make a timer and there will be three buttons start, stop and Reset,when you click on start timer will startwhen you click on the stop timer will stopwhen you click on reset timer the timer will stop and reset to 00:00:00