I'm currently working on this school project and I can't figure out how to call this method mainly because I don't even know what to search for. However I do believe that I am suppose to create an object and reference that? I'm also calling from another method and not my main.
public String[] unique(String[] words) {
//more code
return resizeStringArray(uniqueWords,nUnique);
}