I read the difference of imperative and declarative paradigms here
https://codeburst.io/declarative-vs-imperative-programming-a8a7c93d9ad2
The author then use React and JQuery as examples, but then under all the cool stuffs that React use, it must have been normal Javascript which must be imperative,isnt it? (Do this then do that, etc. ...)
There are languages that said to be declarative by nature (SQL), am I correct to say that Javascript is imperative by nature, but can be declarative then?