This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//let length = document.getElementsByClassName('r3p0r7s000-subheading'); | |
let length = 3; //you can change me around | |
let data = {dividends : [] }; | |
for (i=0; i <= length; i++){ | |
let companyName = document.getElementsByClassName('r3p0r7s000-subheading')[i].innerHTML; | |
let dividendAmount = document.getElementsByClassName('r3p0r7s000-main-info')[i].innerHTML; | |
var dividend = { | |
"companyName": companyName, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>I am a Page Title</title> | |
</head> | |
<body> | |
<h1 align="center">I am a heading</h1> | |
<p style="background-color: red">I am a paragraph</p> | |
<img src="https://mrvirk.com/wp-content/uploads/2018/05/mrvirk-mobile-logo-v3-300x69.png" /> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> | |
Programmatically passing URL parameters to IFrame using JavaScript | |
</title> | |
</head> | |
<body> | |
<iframe id="myIframe" frameborder="0" marginwidth="0" marginheight="0" scrolling="NO" width="100%" height="100%"></iframe> | |
</body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code and Explanation: https://mrvirk.com/javascript-to-calculate-age-from-date-of-birth.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jcode Project - https://github.com/virksaabnavjot/jcode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ruby on Rails Tutorial: Developing a Demonstration Application | |
https://www.youtube.com/watch?v=7Vj0u_q-iEw |