Code Monkey home page Code Monkey logo

typescript-week1's Introduction

Assessment 1: Multiples

Tags: Javascript, Functions, Conditionals, Array

If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.

Find the sum of all the multiples of 3 or 5 below 1000.

Assessment 2: Caesar’s cipher

Tags: Javascript, DOM, HTML, CSS

Complete an application that encrypts a piece of text using Caesar's Cipher. The cipher uses an encryption algorithm where each letter is replaced with a letter by some fixed number of positions down the alphabetical series (e.g., a shift of 1 replaces the letter a with b, the letter e with f, the word hello with ifmmp, etc.).

The application has the following requirements: Text from the textarea is encrypted and rendered for the user Encryption happens when the “shift” value is set Encryption of the text is updated which each new character typed by the user given there is a value set for “shift” Application has an appealing design and provides a great user experience. A picture from Julius Caesar is displayed There is a section that explains how the cipher works At least 2 colours are used

Assessment 3: Quiz

Tags: Refactor, API, Fetch, Javascript, DOM

Everybody loves a good quiz, right?. Why not make one ourselves.

Continue with the provided code and fetch questions to display from the Trivia API.

Fetch a question by using the endpoint https://the-trivia-api.com/api/questions. Complete the code modules/question.api.js. Display the category of the question, modify the code in modules/question.component.js to make this happen.

typescript-week1's People

Contributors

toinne 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.