I am 17 years old. I would like to be full stack developer. I am quite with C#, ASP.NET Core and i want to improve my skills at frontend aspect. Thats why i am here.
public static class Kata {
public static IEnumerable<string> FriendOrFoe(string[] names){
return names.Where(name => name.Length == 4);
}
}