public class Person {
private List<String> name;
private String location;
private List<String> currentlyLearning;
private List<String> hobbies;
public Person() {
this.name = Arrays.asList("Jung_Hoan_Kim", "김정환");
this.location = "Washington, DC";
this.currentlyLearning = Arrays.asList("TailScale", "nix-os", "Arch-Linux")
hobbies:("Building Computers", "Cars", "Visual Design", "Homelab", "Neovim")
}
}
Pinned Loading
-
TeamPatrickStar/Atelier-Frontend
TeamPatrickStar/Atelier-Frontend PublicThis is our frontend capstone for HackReactor's bootcamp
TypeScript 2
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.