ghiobi / tally-ticketsystem

Making Expensing Better Than Great Again
MIT License
1 stars 0 forks source link

Refactor code to use only triple equals. #70

Closed ghiobi closed 5 years ago

ghiobi commented 5 years ago

Removing the use of double equals because it's a bad practice in JavaScript. For more information. https://www.impressivewebs.com/why-use-triple-equals-javascipt/