Coder Social home page Coder Social logo

js-advanced-functions-conclusion's Introduction

JavaScript Advanced Functions: Conclusion

In this module, we've learned the attitude of JavaScript towards functions: it loves them!

We've seen multiple ways of defining them:

  • function declarations
  • function expressions
  • arrow function expressions

Then we saw JavaScript pass functions around in the collection-processing methods like map, reduce, filter, etc. These lessons demonstrated that we weren't using functions and their status as first-class data to their full potential and that we could level-up our skills!

We then learned a new paradigm that embraces JavaScript's love of functions: record-oriented programming. While we started by writing functions in a way that was familiar, we learned to change our approach and pass an execution context when we called the function. We did so explicitly using call, apply, and bind. We also saw how JavaScript implictly sets context during function invocation. Lastly, we saw how the this keyword was our magic hook for grabbing the context from within a function.

Yet life with this can be tricky, so we learned how to defend against lost-context bugs and then stretched ourselves to build our own function-based framework.

We've come a long way in this module and a thorough celebration is in order. Hopefully, you've felt your mind stretch just a bit as you've come to understand JavaScript's love of functions. We hope you've come to love functions just a little bit more, too! Whatever's next in your study of JavaScript, understanding JavaScript's love of and support for using, passing, call-ing, bind-ing and using this is a crucial foundation for growing amazing JavaScript programs. Congratulations!

js-advanced-functions-conclusion's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.