javascrip

Solutions on MaxInterview for javascrip by the best coders in the world

showing results for - "javascrip"
Yannik
02 Mar 2019
1const andrea = {
2    pronouns: "She" | "Her",
3    code: ["Javascript", "Typescript", "php"],
4    askMeAbout: ["web dev", "tech", "app dev"],
5    technologies: {
6        frontEnd: {
7            js: ["React"],
8            css: ["SASS", "bootstrap"]
9        },
10        backEnd: {
11            js: ["node", "express"]
12        },
13        databases: ["MySql"],
14    },
15    architecture: [ "awesome and responsive web applications"],
16};
17