public/subjects/mixed-feelings
Chris 5ff30bcf33 discovery-piscine: add subjects and tests
merge hello-there subject
2021-03-29 00:33:49 +01:00
..
README.md discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00

README.md

Mixed Feelings

Unlike feelings, mixed data can be great !

Mixed data types

Like objects, arrays are values and so you can have arrays of arrays, or arrays of objects, or arrays of objects with arrays in them or... well, you get the picture.

Instructions

You must create a mixedFeelings variable that is an array of 3 emotions.

An emotion is an object with 2 properties:

  • a type property of value being one of the following strings 'happiness', 'sadness', 'disgust', 'fear', 'surprise' or 'anger'
  • a level property of value being a number from 0-9