avoid trying to replace a node with itself, antipattern!
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Test {
|
||||
constructor() {
|
||||
arr.map(x => x * x);
|
||||
arr.map(x => x * x);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user