JSFiddle - React, Tailwind, and code Playground
by cannap
Babel + JSX
/*let weight = this.form.weight;
let height = this.form.height;
let age = this.form.age;
let goal = this.form.goal;
let activity = this.form.activity;
let gender = this.form.gender;
let meals = this.form.meals;
let bmr = this.calcBMR(weight, height, age, gender); */
function yo () {
let form = {
wtf: 1,
wtf2:3,
wtf:4,
}
{...form}
}
yo()