JSFiddle - React, Tailwind, and code Playground

by Felipe Alfaro

JavaScript

var max = 50,
		min = 0;
    
    

    
alert(
	Math.min(77, max)
)