JSFiddle - React, Tailwind, and code Playground

by nevkatz

JavaScript

let plural = true;


  let str = 'Problem making'
   str += plural ? 'folders' : 'folder';
  
  console.log(str);