blob: 2f9f0a8e4e86411d4c4bffb5bb6e7e73a7073ca0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
title: Number.prototype
slug: conflicting/Web/JavaScript/Reference/Global_Objects/Number
tags:
- JavaScript
- Number
- Property
translation_of: Web/JavaScript/Reference/Global_Objects/Number
translation_of_original: Web/JavaScript/Reference/Global_Objects/Number/prototype
original_slug: Web/JavaScript/Referencia/Objetos_globales/Number/prototype
---
<div>
{{JSRef("Objetos_globales", "Number")}}</div>
<h3 id="Resumen" name="Resumen">Resumen</h3>
<p>Representa el prototipo para esta clase. Puede utilizar el prototipo para añadir propiedades o métodos a todas las instancias de una clase. Para información acerca de prototipos.</p>
<div class="noinclude">
</div>
|