Coder Social home page Coder Social logo

javascript-bind-lab-g-416's Introduction

JavaScript bind() Lab

Overview

In this lab, you'll use and be able to identify when to use bind().

Tick, tock...

Old clock

That's it. We've had to repair this old clock too many times now. Let's create a digital one instead!

  1. Create an object called digitalClock
  2. This object should have two properties:
    1. time: the current time in seconds, rounded off (Hint: take a look at Date)
    2. startTicking: a method that increases the time property with one second every second. Use .bind() or ES2015 arrow functions to correctly set the property!

So much for free speech

Fox Censor

Let's automate the censoring process for Fox TV!

  1. Create a function called censor. This function takes two arguments: the word being censored, and the string that should be sanitized. Don't worry about case matching for this exercise.
  2. The censor function should return the input string, with the censored word being replaced with 'BLEEP'.
  3. Create a violenceCensor function (using .bind() and the censor() function) that will censor the word 'violence'.
  4. Create a drugsCensor function (using .bind() and the censor() function) that will censor the word 'drugs'.

Resources

View Bind Lab on Learn.co and start learning to code for free.

javascript-bind-lab-g-416's People

Contributors

annjohn avatar cernanb avatar pletcher avatar thomastuts avatar

Watchers

 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.