write a program that asks a user for their birth year encoded as two digits (like "62") and for the current year, also encoded as two digits (like "99"). the program is to correctly write out the users age in years
By Giamblers at Dec 16 2020
0
Make a program that filters a list of strings and returns a list with only your friends name in it.javascript