[go: up one dir, main page]

0% found this document useful (0 votes)
47 views4 pages

2403b1 Javascript Practical

Uploaded by

syedshahbaxali05
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views4 pages

2403b1 Javascript Practical

Uploaded by

syedshahbaxali05
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

JAVASCRIPT PRACTICAL BATCH: 2403B1 FACULTY: Yumna Khalid

Q1. Write the program and show me the output from

2.

GOOD LUCK
JAVASCRIPT PRACTICAL BATCH: 2403B1 FACULTY: Yumna Khalid

3.

4.

Q2. Benefits of RegExp from Book Page no. 20

Benefits of RegExp

Ans:

 It can be used to find spcefic data from a code, spreadsheets, log files, and documents.
 It retrieves all the search in one go, mi iminizing the effort and time.
 By formulating a RegExp with a special syntax, developers can:
o Search text in a string.
o Replace substing in a string.
o Extract information from a sting.

Q3. Write the syntax of RegExp from Book Page no. 20

Ans

/pattern/modifiers;

2. Write the program and show me the output from book page no. 21 ( Bike example )

GOOD LUCK
JAVASCRIPT PRACTICAL BATCH: 2403B1 FACULTY: Yumna Khalid

Q4. Define any 3 Javascript Minification Tool Note: You can take help from Book Page no. 85

YUI Compressor.

The YUI Compessor is a command-line tool developed by Yahoo.

JSCompress.

JSCompress is an online compression tool that is used to minify the files up to 80% of their original size.

JSMin.

The JSMin JavaScript minifying tool is used to remove redundant comments and whitespaces from
JavaScript files.

2. Minify any code using Yui Compressor (Take the screenshot of your output and attached below.)

Q5. Create a form.

Note:

Function Name : Form

Store Name : your name

Last Name : your last name

Email : your email

Password: 123456789

Contact: Your contact Number

GOOD LUCK
JAVASCRIPT PRACTICAL BATCH: 2403B1 FACULTY: Yumna Khalid

Second Page output:

GOOD LUCK

You might also like