jQuery in basic algorithms?

I have just completed javascript section and want to go onto basic algorithms but haven’t done jQuery yet, is this an issue or is there no jQuery in the algorithms?

jQuery is for front-end development so you wont need it for algorithms

1 Like

Never seen any so far. JQuery is mainly for manipulating the DOM (page elements), and the algorithms are concerned with more abstract problems - they output to console, generally, and that’s that. No pages touched :wink:

1 Like