JSFiddle - React, Tailwind, and code Playground

by velmurugansp

JavaScript

// How to calculate two numbers?

var tpm = 45;

var pcm = 65;

var total;

total = tpm + pcm;

console.log(total);