摘要:
Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, return -1. Examples: Note: You may assume the 阅读全文
摘要:
Given a column title as appear in an Excel sheet, return its corresponding column number. For example: Example 1: Example 2: Example 3: Basiclly, it i 阅读全文
摘要:
In this lesson we'll see an interesting situation where we're actually calling a function component and getting a dreaded React error: "Rendered fewer 阅读全文
摘要:
If you've added files to the staging area (the Index) accidentally - you can remove them using git reset. We'll first add a file to staging, but then 阅读全文
摘要:
Change a Commit Message that Hasn't Been Pushed Yet If you make a mistake in a commit message but HAVEN'T pushed it yet, you can change that commit me 阅读全文