Closed Fcmam5 closed 4 years ago
As a user, I would like to have a method which it returns a wilaya code for a given phone code. Example:
getWilayaByPhoneCode(41)
WilayaObject{ name: 'Oran'.. }
It would be great if the method accepts full phone numbers, truncate the phone code and then return the wilaya, example:
getWilayaByPhoneCode('0412345678')
N.B:
Happy Hacking !
@Fcmam5 i will do it
@AmineVolk Great! Happy hacking
As a user, I would like to have a method which it returns a wilaya code for a given phone code.
Example:
getWilayaByPhoneCode(41)
returnWilayaObject{ name: 'Oran'.. }
It would be great if the method accepts full phone numbers, truncate the phone code and then return the wilaya, example:
getWilayaByPhoneCode('0412345678')
N.B:
Happy Hacking !