JSFiddle - React, Tailwind, and code Playground

by Dwza

JavaScript

function foo ( a, b, c){
  
	return b +=a;
}

alert( foo("hello", "") );