alinamarasca / typescript-week2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 2

Assessment 1: Not anyone can do this

Tags: Typescript, Basic Types, Function, Object, Custom Types

Remove the usage of “any” in the provided code snippet. Type the statements and expressions according to the instructions.

Assessment 2: Multiples Typed

Tags: Typescript, Functions, Conditionals, Basic Types

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.

This is the same assessment as week 1 but now we solve it using Typescript.

Source: https://projecteuler.net/problem=1

Assessment 3: Let’s get Quizzical

Tags: Typescript

You still love a good quiz, right?.

Making use of the Trivia API requests a set of questions, filter, sort them and presents them to the user.

About


Languages

Language:TypeScript 60.7%Language:HTML 22.2%Language:CSS 16.7%Language:JavaScript 0.3%