Page 293 - Web Applications (803) Class 12
P. 293
Step 7: Export your video - It’s time to export your video after you are happy with it. Select the export parameters,
such as the quality, format, and resolution. Save your video to your computer after exporting it.
25. Write a small snippet in Chrome Dev Tools to display the square of a number.
Ans. function add(arg1) {
return(arg1*arg1)
}
add(3)
Output:
Answer upon execution
of snippet
Practical Work 291

