/javascriptLetterF

javascript script to get the letter F

Primary LanguageJavaScript

A simple function to get the letter f

how to get letter f

var textoutput = "hello" + getLetterF() + "riends";

how to get capital letter F

var textoutput = getLetterF().toUpperCase() + "acebook is one o" + getLetterF() + " the worst social media, according to scientists";

and that is it, just a simple function for when you need the letter f, you can use it in whatever you want and whenever you need it