-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
[beta] Use a Pre-defined Scale to Place Elements #12716
Copy link
Copy link
Closed
Description
Challenge use-a-predefined-scale-to-place-elements has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.
The challenge does submit as is, just wanted to alert that it starts up with a small piece missing code. I placed a comment in the snippet below.
n the
<body>
<script>
svg.selectAll("text")
.data(dataset)
.enter()
.append("text")
.text((d) => (d[0] + // 2 plus signs but ", " missing in this line
+ d[1]))
</script>
</body>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
