JSFiddle - React, Tailwind, and code Playground
HTML
loop from 1 to 11 whenever the number is a multiple of 3 print 'fizz' whenever it is a multiple of 5 print 'buzz' and if it matches both print 'fizzbuzz'
JavaScript
var a = 5;
var b = 4;
alert (a+ b)
a+=b;
b = a-b;
a=a-a;