Question: Use Javascript string's built in startsWith method to write a function that identify the origin of vehicle registration numbers. Write a javascript function called isFromLondon
Use Javascript string's built in startsWith method to write a function that identify the origin of vehicle registration numbers.
Write a javascript function called isFromLondon that returns true if a registration number is for London otherwise returns false. Registration numbers for London starts with LO.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
