* Cantinho Satkeys

Refresh History
  • j.s.: dgtgtr a todos  4tj97u<z
    07 de Julho de 2025, 13:50
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    06 de Julho de 2025, 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35

Autor Tópico: Javascript - All You Need( Incl Async,Chatbot And Oops)  (Lida 66 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Javascript - All You Need( Incl Async,Chatbot And Oops)
« em: 20 de Dezembro de 2022, 07:05 »


Published 12/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.11 GB | Duration: 5h 13m

Learn Javascript, Asynchronous Programing, Events, OOPS


What you'll learn
Become an Advanced, Confident, and Modern JavaScript Developer from scratch
JavaScript fundamentals: variables, if/else, operators, boolean logic, functions, arrays, objects, loops, strings, etc.
Asynchronous JavaScript: Event loop, promises, async/await
you will make your own Chat Bot
Requirements
No coding experience is necessary to take this course! I take you from beginner to expert!
Any computer and OS will work - Windows, macOS or Linux. We will set up your text editor the course.
Description
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
Overview
Section 1: Introduction to Javascript
Lecture 1 Introduction to Javascript
Lecture 2 Web tour
Section 2: Installation and code setup
Lecture 3 Download software
Lecture 4 console log
Section 3: Variable :basic and types
Lecture 5 variable basic
Lecture 6 variable Demo: Let
Lecture 7 Variable naming convention
Lecture 8 Variable Demo : const
Lecture 9 variable types
Lecture 10 variable type of
Lecture 11 Number toFixed
Section 4: Numbers and operators
Lecture 12 Arithmetic operators
Lecture 13 Operator precedence
Lecture 14 incremental and decremental
Lecture 15 Assignment operator
Lecture 16 Conditional Operator
Section 5: String
Lecture 17 String Basic
Lecture 18 String: Functions Part 1 : Length
Lecture 19 String: Functions Part 2: includes, split, indexOf
Lecture 20 String: Functions Part 3: slice, toUpperCase, to LowerCase, Replace, replaceAll
Section 6: Array
Lecture 21 Array : Basic and its methods
Section 7: Building Blocks : if else loops
Lecture 22 if Else
Lecture 23 Ternary operators
Lecture 24 Loops
Section 8: Custom Functions
Lecture 25 Function Part 1: Basic
Lecture 26 Function Part 2: Parameter and return Type
Lecture 27 Function : Project Calculator
Lecture 28 Function :Scope
Section 9: Events
Lecture 29 Events Part 1 : Basic onClick
Lecture 30 Events Part 2: Submit
Section 10: OOPS (Object oriented Programming language)
Lecture 31 Object Part 1: Basic
Lecture 32 Object Part 2: OOPS Class constructor
Lecture 33 Object Part 3: OOPS Inheritance
Lecture 34 Object Part 4: OOPS Encapsulation
Section 11: Asynchronous Programming
Lecture 35 Async basic
Lecture 36 Async promise
Lecture 37 Async promise chaning and catch
Lecture 38 Async promise All
Lecture 39 Async await
Section 12: Project: StopWatch
Lecture 40 Stopwatch : Demo
Lecture 41 Stopwatch basic and setup
Lecture 42 Stopwatch : HTML
Lecture 43 Stopwatch : CSS
Lecture 44 Stopwatch : JS logic part 1
Lecture 45 Stopwatch : JS logic part 2
Section 13: Project: Chat Bot
Lecture 46 Chat bot : demo
Lecture 47 Code Setup
Lecture 48 Chat Bot: HTML
Lecture 49 Chat Bot: CSS
Lecture 50 Chat Bot: JS Logic Part 1
Lecture 51 Chat Bot: JS Logic Part 2
Lecture 52 Chat Bot: JS Logic Part 3
Take this course if you want to gain a true and deep understanding of JavaScript,Take this course if you want to get started with programming: JavaScript is a great first language!,Take this course if you already know JavaScript and are looking for an advanced course. This course includes expert topics!


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/9f65aae2577226f653485aa9dfce7bc7/hwwkn.Javascript..All.You.Need.Incl.AsyncChatbot.And.Oops.part1.rar.html
https://rapidgator.net/file/152a3cc0e417e5534f749a8366c46e80/hwwkn.Javascript..All.You.Need.Incl.AsyncChatbot.And.Oops.part2.rar.html
https://rapidgator.net/file/034057fa019d54d4cd4091d11e973b04/hwwkn.Javascript..All.You.Need.Incl.AsyncChatbot.And.Oops.part3.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/d7c3e1Bb1503a11a/hwwkn.Javascript..All.You.Need.Incl.AsyncChatbot.And.Oops.part1.rar
https://uploadgig.com/file/download/67187860e74b9f40/hwwkn.Javascript..All.You.Need.Incl.AsyncChatbot.And.Oops.part2.rar
https://uploadgig.com/file/download/3E1a14563752006f/hwwkn.Javascript..All.You.Need.Incl.AsyncChatbot.And.Oops.part3.rar

nitroflare.com:
Citar
https://nitroflare.com/view/840F44970686B25/hwwkn.Javascript..All.You.Need.Incl.AsyncChatbot.And.Oops.part1.rar
https://nitroflare.com/view/15ABF3AA8A836AB/hwwkn.Javascript..All.You.Need.Incl.AsyncChatbot.And.Oops.part2.rar
https://nitroflare.com/view/A4F0F73D8BA270F/hwwkn.Javascript..All.You.Need.Incl.AsyncChatbot.And.Oops.part3.rar

1dl.net:
Citar
https://1dl.net/fxyni8gy4vnf/hwwkn.Javascript..All.You.Need.Incl.AsyncChatbot.And.Oops.part1.rar
https://1dl.net/l2864bzcas8k/hwwkn.Javascript..All.You.Need.Incl.AsyncChatbot.And.Oops.part2.rar
https://1dl.net/v8ovykjef2qt/hwwkn.Javascript..All.You.Need.Incl.AsyncChatbot.And.Oops.part3.rar