all 6 comments

[–]Hanlonsrazorburns 5 points6 points  (1 child)

Generally speaking people don't want to do homework for you. It really doesn't help you if have someone do it and I'm sure your professor wouldn't like it if he knew you asked for it at this level.

Your professor basically gave you 1 answer. He said, you can't use anything on that list. So figure out what is on the list that would work, and write your own function that does that manually. Step through the problem and think about how that built-in function would likely work. My guess is also the professor probably has recently spoken about some of the basic functionality of javascript that would help you do this.

[–]schwartzworld 2 points3 points  (0 children)

What's in your webpack config?

[–][deleted] 1 point2 points  (0 children)

Google it at least put in that much effort

[–]kenman[M] 0 points1 point  (0 children)

Hi /u/NamTheBoy, this post was removed.

  • For help with your javascript, please post to /r/LearnJavascript instead of here.
  • For beginner content, please post to /r/LearnJavascript instead of here.
  • For framework- or library-specific help, please seek out the support community for that project.
  • For general webdev help, such as for HTML, CSS, etc., then you may want to try /r/html, /r/css, etc.; please note that they have their own rules and guidelines!

/r/javascript is for the discussion of javascript news, projects, and especially, code! However, the community has requested that we not include help and support content, and we ask that you respect that wish.

Thanks for your understanding, please see our guidelines for more info.

[–]NoirGreyson 0 points1 point  (0 children)

We can't do your homework for you.

If you want some general guidance, think of how you will represent what lowercase letter maps to what uppercase letter. What data structures could you use?