I have two variables: site1 = "www.somesite.com"; site2 = "www.somesite.com/"; I want to do something like this function someFunction(site) { // If the var has a trailing slash (like...
  • May 21, 2022
  • 0 Comments