var string = "freeCodecamp"  string.charAt(0); // Returns "f"

Read more of this post