Skip to content

Commit a70f17b

Browse files
author
abdul rafay
committed
assigment start
1 parent 7b4d0d9 commit a70f17b

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111

1212

1313

14-
<p id="expent">this is a samall paragraph
15-
<a href="#" onclick="showpara()"><em>Click for more information</em></a>
16-
</p>
17-
14+
1815

1916
<p id="paragraph">
2017
Slow lorises are a group of several species of strepsirrhine primates which make up the genus Nycticebus.

index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
function showpara() {
2-
var fullpara = '<h1>Experience projects involving web development, data analysis, and machine learning. My experience includes internships at tech companies where I contributed to developing user-friendly applications and optimizing algorithms for better performance. I am proficient in various programming languages such as JavaScript, Python, and Java, and have a strong understanding of software development principles.</h1>';
3-
var smallpara = document.getElementById("expent");
4-
smallpara.innerText = fullpara;
5-
console.log("fullpara shown", fullpara);
6-
console.log("smallpara shown", smallpara);
7-
}
81

92

103
var isExpanded = false;

0 commit comments

Comments
 (0)