common-validations is a lightweight library providing a suite of utility functions to validate various data types. The library includes functions for validating URLs, email addresses, phone numbers, ...
Can you declare a string type variable? A boolean type variable? A number type variable? If yes, write it on a js file (VS Code). Do you know when to declare a variable with let and when to use const?