Jump to content

Well you can do transitions and effect in pure css, you can did pop ups with bootstrap and for the last one you can use javascript script events.

 

You can learn the basics https://www.w3schools.com/js/DEFAULT.asp

 

 

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/933996-practical-js-skills/#findComment-11408872
Share on other sites

Link to post
Share on other sites

also like to add the MDN web docs. super useful to get a nice runthrough of methods and other bits https://developer.mozilla.org/en-US/ tho some topics do read kinda dry, may need to supplement with Google + stackoverflow (which is common anyways)

 

i really like https://watchandcode.com. it's basic, but it gives you a very cool overview of how to approach a project 

Link to comment
https://linustechtips.com/topic/933996-practical-js-skills/#findComment-11409720
Share on other sites

Link to post
Share on other sites

22 minutes ago, Technicolors said:

also like to add the MDN web docs. super useful to get a nice runthrough of methods and other bits https://developer.mozilla.org/en-US/ tho some topics do read kinda dry, may need to supplement with Google + stackoverflow (which is common anyways)

Only caveat to using MDN is that sometimes they have stuff that only works on Mozilla browsers and there wasn't a clear warning about it. This bit me in the butt a few times.

Link to comment
https://linustechtips.com/topic/933996-practical-js-skills/#findComment-11409786
Share on other sites

Link to post
Share on other sites

Or have a look at the codecademy courses. The newer Introduction to Javascript is pretty decent and explains the language and its concepts pretty well. There are further courses regarding React, Angular and Vue (I think).

Use the quote function when answering! Mark people directly if you want an answer from them!

Link to comment
https://linustechtips.com/topic/933996-practical-js-skills/#findComment-11410045
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×