Google News
logo
D3.js - Interview Questions
What is the command "d3.ascending (a, b)" is used?
This command is comparator function that is used for a natural order, and can be used along with the built-in-array sort method to arrange elements in ascending order.
Advertisement