I specialize in creating web resumes and would like to include URLs for my projects and previous employers. I attempted to use a function for this purpose, but encountered an issue where only the first project was being updated with the URL from the last element in the projects array.
for (project in projects.projects) {
document.getElementById("ptitle").href=projects.projects[project].url/ }
To view my code, please visit: http://bl.ocks.org/DariaAlekseeva/c58df25c4cded4d1a678
Thank you!