* Cantinho Satkeys

Refresh History
  • j.s.: try65hytr a todos  49E09B4F
    24 de Março de 2026, 18:55
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  49E09B4F
    22 de Março de 2026, 11:36
  • j.s.: tenham um ex celente fim de semana  4tj97u<z 4tj97u<z
    20 de Março de 2026, 18:34
  • j.s.: dgtgtr a todos  49E09B4F
    20 de Março de 2026, 18:34
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    19 de Março de 2026, 11:14
  • j.s.: try65hytr a todos  49E09B4F
    16 de Março de 2026, 19:20
  • FELISCUNHA: ghyt74  e bom fim de semana  4tj97u<z
    14 de Março de 2026, 11:15
  • JPratas: try65hytr Pessoal  4tj97u<z 2dgh8i k7y8j0 yu7gh8
    13 de Março de 2026, 05:26
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    10 de Março de 2026, 11:00
  • j.s.: dgtgtr a todos  49E09B4F 49E09B4F
    09 de Março de 2026, 17:12
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    07 de Março de 2026, 11:37
  • JPratas: try65hytr Pessoal  4tj97u<z 2dgh8i k7y8j0 yu7gh8
    06 de Março de 2026, 05:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    04 de Março de 2026, 10:47
  • Kool.king1: french
    02 de Março de 2026, 22:47
  • j.s.: dgtgtr a todos  49E09B4F
    01 de Março de 2026, 16:54
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    01 de Março de 2026, 10:42
  • cereal killa: try65hytr pessoal e bom fim semana de solinho  535reqef34 r4v8p
    28 de Fevereiro de 2026, 20:31
  • FELISCUNHA: ghyt74  Pessoal   4tj97u<z
    27 de Fevereiro de 2026, 10:51
  • JPratas: try65hytr Pessoal  4tj97u<z 2dgh8i k7y8j0 classic
    27 de Fevereiro de 2026, 04:57
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    22 de Fevereiro de 2026, 11:06

Autor Tópico: Master JavaScript with Node.js  (Lida 210 vezes)

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

Online mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 130688
  • Karma: +0/-0
Master JavaScript with Node.js
« em: 19 de Novembro de 2022, 08:47 »


Published 11/2022
Created by Dezlearn Education
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 74 Lectures ( 5h 57m ) | Size: 2.36 GB
JavaScript for Developers and WebDriverIO, Cypress Automation Testers

What you'll learn
JavaScript with NodeJS. You will learn JS programming through practical sessions.
New to coding? No worries. This course covers coding from scratch.
Ideal for Developers and Test Automation Aspirants
Hands-on Exercises with Instructor Support
In-depth understanding of basic & advanced JavaScript concepts
Learn Object Oriented JS
Advanced NodeJS Programming
Instructor Guidance and Query Resolution Support
Data Structures and Algorithms
Ideal course for manual testers aspiring to switch to Cypress, WebDriverIO Automation
Requirements
No prior coding experience required. Anyone willing to learn coding can take this course.
Description
JavaScript is one of the most popular programming languages in today's world. When JavaScript was designed, it was mostly used for client side web development. But, after the introduction of NodeJS JavaScript can also be used for server side programming. So, just by learning JavaScript you can become a full stack developer. Also, some of the very popular test automation solutions like Cypress and WebDriverIO are based on JavaScript. Whether you want to become a JavaScript Developer or Test Automation Engineer this course is for you.You don't have to have any prior programming skills to take this course. I've covered all the concepts from very basic to advance levels. We'll do lots of hand-on exercises and assignments during the course.This course is divided in 2 parts. In the first part, we'll begin with understanding the JavaScript syntax. We'll do some programming with strings, conditional statements, loops, arrays, functions, classes and objects etc. And once we become friends with JavaScript then we'll deep dive into the advanced concepts like Prototypes, Constructors, Arrow Functions, Asynchronous programming, Callbacks , promises and much more.This is going to be a practice oriented learning and my team and I will available here to help you resolve any queries that you may encounter during your learning.All the Best and Happy Learning!Course Outline:Getting StartedInstalling NodeJSInstalling Visual Studio CodeWhat is NPM?Creating package.json FileAdding Extensions in VS CodeJavaScript FundamentalsWriting First JS ProgramVariables in JSConstants in JSConcept of 'undefined' and 'null'Arithmetic Operators in JSEquality Operators in JSLogical and Comparison Operators in JSBitwise Operators in JSConditional Statements & Loops'if' Conditional StatementsSwitch Case'for' Loop'while' LoopNested LoopsPrograming with Loop 'break' & 'continue'Flexible 'if block' Value TypeString OperationsString BasicsConcept of 'index' and 'length'Finding Position of SubstringSearching in String using 'includes'Searching at Begin and End of StringExtracting Value from String using 'substr'Extracting Value from String using 'slice'Extracting Characters from StringReplacing String CharactersString SearchMatching RegEx in StringString SplitConcluding StringsFunctionsWhat is a Function?How does JS Function Return Value?Flexibility of Function Arguments in JSSetting Default Values for Function ArgumentsFunction Expressions in JSConcluding Function BasicsJavaScript Object BasicsHow to Create Objects in JS?Dot '.' vs Bracket '[]' NotationCreate Functions inside ObjectConcept of 'this' KeywordAdd/Update/Delete Object PropertiesNested ObjectsConcluding Object Basics'for...in' Loop on ObjectsPrograming with Arrays in JSJavaScript ArrayArray Basic OperationsArray SearchCommonly Used Array Operations'for...of' Loop on Arrays'for...each' Loop on ArraysConcluding JavaScript ArraysJavaScript Advanced ObjectsCreating Objects using FunctionObject Constructor in JSCreating Objects using InstanceFlexible Constructor ArgumentsCalling Constructor Without 'new' KeywordCalling Function using 'call'Concluding Advanced ObjectsJavaScript PrototypesWhat is a Prototype?JavaScript Function PrototypeNull Prototype ObjectPrototype of Objects Created by Same ConstructorConstructor Prototype UsagePrototypal InheritanceConcluding PrototypesJavaScript 'Class'How to Create Class in JS?Creating Methods in JS ClassMethod ChainingInheritanceConcept of 'super' ConstructorConcluding JS Class
Who this course is for
Anyone aspiring to learn to coding
Developers and Test Automation Professionals
Cypress Automation Aspirants
WebDriverIO Automation Aspirants
Automation Test Engineers

Download link

rapidgator.net:
Citar
https://rapidgator.net/file/dc062738b4e3a43e763a9d35b78b2eb5/nxizf.Master.JavaScript.with.Node.js.part1.rar.html
https://rapidgator.net/file/9817148a55d968c408330ca536959305/nxizf.Master.JavaScript.with.Node.js.part2.rar.html
https://rapidgator.net/file/957db53e44f3d732ef62ab02cdce5adc/nxizf.Master.JavaScript.with.Node.js.part3.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/Aa111bdd36A0eeC0/nxizf.Master.JavaScript.with.Node.js.part1.rar
https://uploadgig.com/file/download/6cD6bE67a98bc668/nxizf.Master.JavaScript.with.Node.js.part2.rar
https://uploadgig.com/file/download/a9510d77b75916C0/nxizf.Master.JavaScript.with.Node.js.part3.rar

nitroflare.com:
Citar
https://nitroflare.com/view/85F7946993D4994/nxizf.Master.JavaScript.with.Node.js.part1.rar
https://nitroflare.com/view/D042C9F91E6EC19/nxizf.Master.JavaScript.with.Node.js.part2.rar
https://nitroflare.com/view/DB7C7DB304BDA20/nxizf.Master.JavaScript.with.Node.js.part3.rar

1dl.net:
Citar
https://1dl.net/bujoixo1b25a/nxizf.Master.JavaScript.with.Node.js.part1.rar.html
https://1dl.net/dlvirulnhwxz/nxizf.Master.JavaScript.with.Node.js.part2.rar.html
https://1dl.net/ea2et7k3umyb/nxizf.Master.JavaScript.with.Node.js.part3.rar.html