DEV Community

Discussion on: Vuejs, React, Or Angular?

Collapse
 
alchermd profile image
John Alcher
const fotm = ["Vue", "React", "Angular"];
const bestOption = fotm[Math.floor(Math.random() * fotm.length)];
console.log(bestOption);

Run this on your console. Don't like the result? Pick React because you know it already. The point is it doesn't really matter which. All of them are good.

Best of luck!