0% found this document useful (0 votes)
16 views4 pages

JS Resources

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views4 pages

JS Resources

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Server Side web programming:

https://developer.mozilla.org/en-US/docs/Learn/Server-side

JEST Tests by Meta:

https://jestjs.io/

Cypress tests:

https://www.cypress.io/

npm JS:

https://www.npmjs.com/

testing:

https://www.browserstack.com/guide/unit-testing-in-javascript

JS Modules:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules

NodeJS Docs:

https://nodejs.org/api/modules.html#modules-commonjs-modules

DOM:

https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model

https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector

https://developer.mozilla.org/en-US/docs/Web/API/Event

https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener

JSON:

https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON

Template Literals:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

Arrow Function:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions

Spread:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax

Rest:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters

JS DataStructures:

https://data-flair.training/blogs/javascript-data-structures/

OOP in Javascript:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions

https://css-tricks.com/the-flavors-of-object-oriented-programming-in-javascript/

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes

Functions and Scoping:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions

https://developer.mozilla.org/en-US/docs/Glossary/Recursion

https://developer.mozilla.org/en-US/docs/Glossary/Scope

https://www.toptal.com/javascript/functional-programming-javascript

https://developer.mozilla.org/en-US/docs/Glossary/First-class_Function

JS Error Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors

JS Object Basics: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Basics

Null: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/null

Iteration Protocols: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/


Iteration_protocols

Try…catch: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catch
Ternary Operator: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/
Conditional_Operator

Conditionals: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/conditionals

Falsy: https://developer.mozilla.org/en-US/docs/Glossary/Falsy

Truthy: https://developer.mozilla.org/en-US/docs/Glossary/Truthy

Expressions and Operators: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/


Operators

https://www.javascripttutorial.net/javascript-comparison-operators/

Operator Precedence: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/


Operators/Operator_Precedence

Primitive Data Types: https://developer.mozilla.org/en-US/docs/Glossary/Primitive/

You might also like