mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"topicTags": [],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"340\", \"totalSubmission\": \"388\", \"totalAcceptedRaw\": 340, \"totalSubmissionRaw\": 388, \"acRate\": \"87.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"342\", \"totalSubmission\": \"390\", \"totalAcceptedRaw\": 342, \"totalSubmissionRaw\": 390, \"acRate\": \"87.7%\"}",
|
||||
"hints": [
|
||||
"The easiest way to solve this is to use the built-in fn.apply() method.",
|
||||
"Without built-in methods, you need to figure out a way to call the function (this) from context object. That will associate \"this\" appropriately.",
|
||||
|
Reference in New Issue
Block a user