JSFiddle - React, Tailwind, and code Playground

by saidulu401

JavaScript

var num1=window.prompt("enter frist number "); 
var num2=window.prompt("enter second number ");
var result=parseInt(num1)+parseInt(num2);
window.prompt("total",result)