mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.4K\", \"totalSubmission\": \"15.7K\", \"totalAcceptedRaw\": 5355, \"totalSubmissionRaw\": 15701, \"acRate\": \"34.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.4K\", \"totalSubmission\": \"15.7K\", \"totalAcceptedRaw\": 5356, \"totalSubmissionRaw\": 15709, \"acRate\": \"34.1%\"}",
|
||||
"hints": [
|
||||
"In Javascript, inheritance is achieved with the prototype chain.",
|
||||
"You can get the prototype of an object with the Object.getPrototypeOf(obj) function. Alternatively, you can code obj['__proto__'].",
|
||||
|
Reference in New Issue
Block a user