HomeToolsAbout a20k

Variable Casings

// snake const number_of_donuts = 34 const NUMBER_OF_DONUTS = 34 // kebab const number-of-donuts = 34 const fave-phrase = "Hello World" // camel const numberOfDonuts = 34 const favePhrase = "Hello World" // pascal const NumberOfDonuts = 34 const FavePhrase = "Hello World"
© VincentVanKoh