Git Product home page Git Product logo

javascript's Introduction

๐Ÿš€ ๐—”๐—ฑ๐˜ƒ๐—ฎ๐—ป๐—ฐ๐—ฒ๐—ฑ ๐—๐—ฎ๐˜ƒ๐—ฎ๐—ฆ๐—ฐ๐—ฟ๐—ถ๐—ฝ๐˜ concept ๐Ÿš€

๐Ÿญ. ๐—–๐—ฎ๐—น๐—น๐—ฏ๐—ฎ๐—ฐ๐—ธ๐˜€: These are functions passed as arguments to other functions. They're called back later in the program.

๐Ÿฎ. ๐—ฃ๐—ฟ๐—ผ๐—บ๐—ถ๐˜€๐—ฒ๐˜€: These are objects representing the eventual completion or failure of an asynchronous operation.

๐Ÿฏ. ๐—”๐˜€๐˜†๐—ป๐—ฐ/๐—”๐˜„๐—ฎ๐—ถ๐˜: This is syntactic sugar for Promises, making asynchronous code look and behave like synchronous code.

๐Ÿฐ. ๐—ฆ๐˜๐—ฟ๐—ถ๐—ฐ๐˜ ๐— ๐—ผ๐—ฑ๐—ฒ: This is a way to opt into a restricted variant of JavaScript, reducing errors and making code safer.

๐Ÿฑ. ๐—›๐—ถ๐—ด๐—ต๐—ฒ๐—ฟ-๐—ข๐—ฟ๐—ฑ๐—ฒ๐—ฟ ๐—™๐˜‚๐—ป๐—ฐ๐˜๐—ถ๐—ผ๐—ป๐˜€: These are functions that operate on other functions, either by taking them as arguments or returning them.

๐Ÿฒ. ๐—–๐—ฎ๐—น๐—น, ๐—”๐—ฝ๐—ฝ๐—น๐˜†, ๐—•๐—ถ๐—ป๐—ฑ: These are methods to control the context (this) of a function.

๐Ÿณ. ๐—ฆ๐—ฐ๐—ผ๐—ฝ๐—ฒ: This is the accessibility of variables, functions, and objects in some particular part of your code during runtime.

๐Ÿด. ๐—–๐—น๐—ผ๐˜€๐˜‚๐—ฟ๐—ฒ๐˜€: This is a function bundled with its lexical scope. Closures give access to an outer functionโ€™s scope from an inner function.

๐Ÿต. ๐—›๐—ผ๐—ถ๐˜€๐˜๐—ถ๐—ป๐—ด: This is JavaScript's behavior of moving variable and function declarations to the top of their containing scope.

๐Ÿญ๐Ÿฌ. ๐—œ๐—œ๐—™๐—˜ (๐—œ๐—บ๐—บ๐—ฒ๐—ฑ๐—ถ๐—ฎ๐˜๐—ฒ๐—น๐˜† ๐—œ๐—ป๐˜ƒ๐—ผ๐—ธ๐—ฒ๐—ฑ ๐—™๐˜‚๐—ป๐—ฐ๐˜๐—ถ๐—ผ๐—ป ๐—˜๐˜…๐—ฝ๐—ฟ๐—ฒ๐˜€๐˜€๐—ถ๐—ผ๐—ป): This is a function that runs as soon as it is defined.

๐Ÿญ๐Ÿญ. ๐—–๐˜‚๐—ฟ๐—ฟ๐˜†๐—ถ๐—ป๐—ด: This is the technique of converting a function with multiple arguments into a sequence of functions each with a single argument.

๐Ÿญ๐Ÿฎ. ๐——๐—ฒ๐—ฏ๐—ผ๐˜‚๐—ป๐—ฐ๐—ถ๐—ป๐—ด: This is a practice used to ensure that time-consuming tasks do not fire so often.

๐Ÿญ๐Ÿฏ. ๐—ง๐—ต๐—ฟ๐—ผ๐˜๐˜๐—น๐—ถ๐—ป๐—ด: This is a technique to control how many times a function can be executed over time.

๐Ÿญ๐Ÿฐ. ๐—ฃ๐—ผ๐—น๐˜†๐—ณ๐—ถ๐—น๐—น๐˜€: This is code that implements a feature on web browsers that do not support the feature.

  1. weakSet:
  2. generator:
  3. weakMap:

javascript's People

Contributors

gowtamkumar avatar masud-pervez avatar

Watchers

 avatar

javascript's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.