Skip to content
JS Fundamentals: Objects, Arrays, and Functions
Share
Explore
Introduction

icon picker
Example Exercise

Get familiar with the setup for an exercise. I will be using repos that are backed up by GitHub.

Prompt

Implement a method similar to endsWith()
The endsWith() method determines whether a string ends with the characters of a specified string, returning true or false as appropriate.

Code here

Loading…

Solution

The solution is in the solution branch, which can be checked out in the by selecting the version control tab on the right and then selecting the solution branch from the drop down menu.
If you are having trouble with the solutions are also available in each exercise doc at the bottom.

image.png

endsWith Solution

Next 👉


©2021 for


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.